COLOR #CA5E9B

HEX: #CA5E9B
RGB: (202,94,155)

Color info

#CA5E9B contains mainly red and blue colors. Web safe color of #CA5E9B is #CC6699 (or #C69).

RGB color model

#CA5E9B color RGB value is (202,94,155).

  • red value is 202;
  • green value is 94;
  • blue value is 155.
RGB:
(202,94,155)
(79%,37%,61%)

RGB channels and saturation

R 202 of 255 = 79%
G 94 of 255 = 37%
B 155 of 255 = 61%

202
94
155

R + G + B ~ 59%. #CA5E9B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
202 + 94 + 155 = 451 (100%)
R 202 of 451 ~ 44.79%
G 94 of 451 ~ 20.84%
B 155 of 451 ~ 34.37%

%44.79
%20.84
%34.37

CMYK color model

#CA5E9B color CMYK value is (0,53,23,21).

  • cyan value is 0.00%
  • magenta value is 53.47%
  • yellow value is 23.27%
  • key color value is 20.78%
CMYK:
(0,53,23,21)
C0M53Y23K21 
(0%,53%,23%,21%)
(0.00/0.53/0.23/0.21)	

CMYK percentages

%0
%53.47
%23.27
%20.78

Codes

Color #CA5E9B in popluar color models

CA5E9B
RGB20294155
HSL326°50.47%58.04%
HSB/HSV326°53.47%79.22%
CMYK0.00%53.47%23.27%
20.78%

Color #CA5E9B in popluar number systems.

HEXCA5E9B
Decimal20294155
Binary11001010101111010011011
Octal312136233

Shades and tints

Shades of #CA5E9B

#CA5E9B
(202,94,155)
#B8568D
(184,86,141)
#A64E7F
(166,78,127)
#944671
(148,70,113)
#823E63
(130,62,99)
#703655
(112,54,85)
#5E2E47
(94,46,71)
#4C2639
(76,38,57)
#3A1E2B
(58,30,43)
#28161D
(40,22,29)
#160E0F
(22,14,15)
#000000
(0,0,0)

Tints of #CA5E9B

#CA5E9B
(202,94,155)
#CE6CA4
(206,108,164)
#D27AAD
(210,122,173)
#D688B6
(214,136,182)
#DA96BF
(218,150,191)
#DEA4C8
(222,164,200)
#E2B2D1
(226,178,209)
#E6C0DA
(230,192,218)
#EACEE3
(234,206,227)
#EEDCEC
(238,220,236)
#F2EAF5
(242,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA5E9B color. Also use rgb(202,94,155) instead hex code.

Text Font Color

.myTextColor { color: #CA5E9B; }

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

This text font color is #CA5E9B.


Background Color

.myBgColor { background-color: #CA5E9B; }

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

This div background color is #CA5E9B.


Border color

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

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

This div border color is #CA5E9B.


Opacity

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

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

Text with #CA5E9B 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 #CA5E9B;}

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

This text has shadow with #CA5E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA5E9B on black background.


Color preview on white background

This text has color #CA5E9B on white background.



Black color preview on #CA5E9B background

This text has black color on #CA5E9B background.


White color preview on #CA5E9B background

This text has white color on #CA5E9B background.