COLOR #C58AE1

HEX: #C58AE1
RGB: (197,138,225)

Color info

#C58AE1 contains mainly red and blue colors. Web safe color of #C58AE1 is #CC99CC (or #C9C).

RGB color model

#C58AE1 color RGB value is (197,138,225).

  • red value is 197;
  • green value is 138;
  • blue value is 225.
RGB:
(197,138,225)
(77%,54%,88%)

RGB channels and saturation

R 197 of 255 = 77%
G 138 of 255 = 54%
B 225 of 255 = 88%

197
138
225

R + G + B ~ 73%. #C58AE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 138 + 225 = 560 (100%)
R 197 of 560 ~ 35.18%
G 138 of 560 ~ 24.64%
B 225 of 560 ~ 40.18%

%35.18
%24.64
%40.18

CMYK color model

#C58AE1 color CMYK value is (12,39,0,12).

  • cyan value is 12.44%
  • magenta value is 38.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(12,39,0,12)
C12M39Y0K12 
(12%,39%,0%,12%)
(0.12/0.39/0.00/0.12)	

CMYK percentages

%12.44
%38.67
%0
%11.76

Codes

Color #C58AE1 in popluar color models

C58AE1
RGB197138225
HSL281°59.18%71.18%
HSB/HSV281°38.67%88.24%
CMYK12.44%38.67%0.00%
11.76%

Color #C58AE1 in popluar number systems.

HEXC58AE1
Decimal197138225
Binary110001011000101011100001
Octal305212341

Shades and tints

Shades of #C58AE1

#C58AE1
(197,138,225)
#B47ECD
(180,126,205)
#A372B9
(163,114,185)
#9266A5
(146,102,165)
#815A91
(129,90,145)
#704E7D
(112,78,125)
#5F4269
(95,66,105)
#4E3655
(78,54,85)
#3D2A41
(61,42,65)
#2C1E2D
(44,30,45)
#1B1219
(27,18,25)
#000000
(0,0,0)

Tints of #C58AE1

#C58AE1
(197,138,225)
#CA94E3
(202,148,227)
#CF9EE5
(207,158,229)
#D4A8E7
(212,168,231)
#D9B2E9
(217,178,233)
#DEBCEB
(222,188,235)
#E3C6ED
(227,198,237)
#E8D0EF
(232,208,239)
#EDDAF1
(237,218,241)
#F2E4F3
(242,228,243)
#F7EEF5
(247,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C58AE1 color. Also use rgb(197,138,225) instead hex code.

Text Font Color

.myTextColor { color: #C58AE1; }

<p style="color:#C58AE1">This sample text font color is #C58AE1.</p>

This text font color is #C58AE1.


Background Color

.myBgColor { background-color: #C58AE1; }

<div style="background-color:#C58AE1">Inner text</div>

This div background color is #C58AE1.


Border color

.myBorderColor { border: 1px solid #C58AE1; }

<div style="border:3px solid #C58AE1">Div</div>

This div border color is #C58AE1.


Opacity

.myOpacity80 { color: #C58AE1; opacity: 0.8; }

<p style="color:#C58AE1;opacity:0.8;">80%</p>

Text with #C58AE1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C58AE1;}

<p style="text-shadow: 3px 3px 1px #C58AE1">Text here.</p>

This text has shadow with #C58AE1 color.

.textShadow {text-shadow: 3px 3px 1px #C58AE1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C58AE1, 5px 5px 20px red">Text here.</p>

This text has shadow with #C58AE1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C58AE1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C58AE1, Direction=45, Strength=4)">Text</p>

This text has shadow with #C58AE1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C58AE1;
  -webkit-box-shadow:	1px 1px 3px 2px #C58AE1;
  box-shadow:		1px 1px 3px 2px #C58AE1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C58AE1;
-webkit-box-shadow: 1px 1px 3px 2px #C58AE1;
box-shadow:1px 1px 3px 2px #C58AE1;">
Div content here</div>
This div box has shadow with color #C58AE1.

Preview

Color preview on black background

This text has color #C58AE1 on black background.


Color preview on white background

This text has color #C58AE1 on white background.



Black color preview on #C58AE1 background

This text has black color on #C58AE1 background.


White color preview on #C58AE1 background

This text has white color on #C58AE1 background.