COLOR #CA5EB2

HEX: #CA5EB2 RGB: (202,94,178)

Color info

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

RGB color model

#CA5EB2 color RGB value is (202,94,178).

RGB: (202,94,178) (79%, 37%, 70%)

RGB channels and saturation

R 202 of 255 = 79%
G 94 of 255 = 37%
B 178 of 255 = 70%

202
94
178

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

Portions of RGB colors in percentages

R + G + B = 202 + 94 + 178 = 474 (100%)
R 202 of 474 ~ 42.62%
G 94 of 474 ~ 19.83%
B 178 of 474 ~ 37.55'%

%42.62
%19.83
%37.55

CMYK color model

#CA5EB2 color CMYK value is (0,53,12,21).

  • cyan value is 0.00%
  • magenta value is 53.47%
  • yellow value is 11.88%
  • key color value is 20.78%
CMYK: (0,53,12,21) C0M53Y12K21 (0%,53%,12%,21%) (0.00/0.53/0.12/0.21) 

CMYK percentages

%0
%53.47
%11.88
%20.78

Codes

Color #CA5EB2 in popluar color models

CA 5E B2
RGB 202 94 178
HSL 313° 50.47% 58.04%
HSB/HSV 313° 53.47% 79.22%
CMYK 0.00% 53.47% 11.88%
20.78%

Color #CA5EB2 in popluar number systems.

HEX CA 5E B2
Decimal 202 94 178
Binary 11001010 1011110 10110010
Octal 312 136 262

Shades and tints

Shades of #CA5EB2

#CA5EB2
(202,94,178)
#B856A2
(184,86,162)
#A64E92
(166,78,146)
#944682
(148,70,130)
#823E72
(130,62,114)
#703662
(112,54,98)
#5E2E52
(94,46,82)
#4C2642
(76,38,66)
#3A1E32
(58,30,50)
#281622
(40,22,34)
#160E12
(22,14,18)
#000000
(0,0,0)

Tints of #CA5EB2

#CA5EB2
(202,94,178)
#CE6CB9
(206,108,185)
#D27AC0
(210,122,192)
#D688C7
(214,136,199)
#DA96CE
(218,150,206)
#DEA4D5
(222,164,213)
#E2B2DC
(226,178,220)
#E6C0E3
(230,192,227)
#EACEEA
(234,206,234)
#EEDCF1
(238,220,241)
#F2EAF8
(242,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA5EB2; }

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

This text font color is #CA5EB2.

Background Color

.myBgColor { background-color: #CA5EB2; }

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

This div background color is #CA5EB2.

Border color

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

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

This div border color is #CA5EB2.

Opacity

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

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

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

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

This text has shadow with #CA5EB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA5EB2.

Preview

Color preview on black background

This text has color #CA5EB2 on black background.


Color preview on white background

This text has color #CA5EB2 on white background.


Black color preview on #CA5EB2 background

This text has black color on #CA5EB2 background.


White color preview on #CA5EB2 background

This text has white color on #CA5EB2 background.


Related colors

Complementary color

Complementary color for #hex is #35A14D.


I love getcolorcode.com

Triadic colors

1 #B2CA5E and #5EB2CA with #CA5EB2 are triadic colors.

2 #B25ECA and #5ECAB2 with #CA5EB2 are triadic colors.