COLOR #CA5EAF

HEX: #CA5EAF
RGB: (202,94,175)

Color info

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

RGB color model

#CA5EAF color RGB value is (202,94,175).

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

RGB channels and saturation

R 202 of 255 = 79%
G 94 of 255 = 37%
B 175 of 255 = 69%

202
94
175

R + G + B ~ 62%. #CA5EAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 94 + 175 = 471 (100%)
R 202 of 471 ~ 42.89%
G 94 of 471 ~ 19.96%
B 175 of 471 ~ 37.15%

%42.89
%19.96
%37.15

CMYK color model

#CA5EAF color CMYK value is (0,53,13,21).

  • cyan value is 0.00%
  • magenta value is 53.47%
  • yellow value is 13.37%
  • key color value is 20.78%
CMYK:
(0,53,13,21)
C0M53Y13K21 
(0%,53%,13%,21%)
(0.00/0.53/0.13/0.21)	

CMYK percentages

%0
%53.47
%13.37
%20.78

Codes

Color #CA5EAF in popluar color models

CA5EAF
RGB20294175
HSL315°50.47%58.04%
HSB/HSV315°53.47%79.22%
CMYK0.00%53.47%13.37%
20.78%

Color #CA5EAF in popluar number systems.

HEXCA5EAF
Decimal20294175
Binary11001010101111010101111
Octal312136257

Shades and tints

Shades of #CA5EAF

#CA5EAF
(202,94,175)
#B856A0
(184,86,160)
#A64E91
(166,78,145)
#944682
(148,70,130)
#823E73
(130,62,115)
#703664
(112,54,100)
#5E2E55
(94,46,85)
#4C2646
(76,38,70)
#3A1E37
(58,30,55)
#281628
(40,22,40)
#160E19
(22,14,25)
#000000
(0,0,0)

Tints of #CA5EAF

#CA5EAF
(202,94,175)
#CE6CB6
(206,108,182)
#D27ABD
(210,122,189)
#D688C4
(214,136,196)
#DA96CB
(218,150,203)
#DEA4D2
(222,164,210)
#E2B2D9
(226,178,217)
#E6C0E0
(230,192,224)
#EACEE7
(234,206,231)
#EEDCEE
(238,220,238)
#F2EAF5
(242,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA5EAF; }

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

This text font color is #CA5EAF.


Background Color

.myBgColor { background-color: #CA5EAF; }

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

This div background color is #CA5EAF.


Border color

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

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

This div border color is #CA5EAF.


Opacity

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

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

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

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

This text has shadow with #CA5EAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA5EAF on black background.


Color preview on white background

This text has color #CA5EAF on white background.



Black color preview on #CA5EAF background

This text has black color on #CA5EAF background.


White color preview on #CA5EAF background

This text has white color on #CA5EAF background.