COLOR #CA52B5

HEX: #CA52B5
RGB: (202,82,181)

Color info

#CA52B5 contains mainly red and blue colors. Web safe color of #CA52B5 is #CC66CC (or #C6C).

RGB color model

#CA52B5 color RGB value is (202,82,181).

  • red value is 202;
  • green value is 82;
  • blue value is 181.
RGB:
(202,82,181)
(79%,32%,71%)

RGB channels and saturation

R 202 of 255 = 79%
G 82 of 255 = 32%
B 181 of 255 = 71%

202
82
181

R + G + B ~ 61%. #CA52B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 82 + 181 = 465 (100%)
R 202 of 465 ~ 43.44%
G 82 of 465 ~ 17.63%
B 181 of 465 ~ 38.92%

%43.44
%17.63
%38.92

CMYK color model

#CA52B5 color CMYK value is (0,59,10,21).

  • cyan value is 0.00%
  • magenta value is 59.41%
  • yellow value is 10.40%
  • key color value is 20.78%
CMYK:
(0,59,10,21)
C0M59Y10K21 
(0%,59%,10%,21%)
(0.00/0.59/0.10/0.21)	

CMYK percentages

%0
%59.41
%10.4
%20.78

Codes

Color #CA52B5 in popluar color models

CA52B5
RGB20282181
HSL311°53.10%55.69%
HSB/HSV311°59.41%79.22%
CMYK0.00%59.41%10.40%
20.78%

Color #CA52B5 in popluar number systems.

HEXCA52B5
Decimal20282181
Binary11001010101001010110101
Octal312122265

Shades and tints

Shades of #CA52B5

#CA52B5
(202,82,181)
#B84BA5
(184,75,165)
#A64495
(166,68,149)
#943D85
(148,61,133)
#823675
(130,54,117)
#702F65
(112,47,101)
#5E2855
(94,40,85)
#4C2145
(76,33,69)
#3A1A35
(58,26,53)
#281325
(40,19,37)
#160C15
(22,12,21)
#000000
(0,0,0)

Tints of #CA52B5

#CA52B5
(202,82,181)
#CE61BB
(206,97,187)
#D270C1
(210,112,193)
#D67FC7
(214,127,199)
#DA8ECD
(218,142,205)
#DE9DD3
(222,157,211)
#E2ACD9
(226,172,217)
#E6BBDF
(230,187,223)
#EACAE5
(234,202,229)
#EED9EB
(238,217,235)
#F2E8F1
(242,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA52B5 color. Also use rgb(202,82,181) instead hex code.

Text Font Color

.myTextColor { color: #CA52B5; }

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

This text font color is #CA52B5.


Background Color

.myBgColor { background-color: #CA52B5; }

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

This div background color is #CA52B5.


Border color

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

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

This div border color is #CA52B5.


Opacity

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

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

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

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

This text has shadow with #CA52B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA52B5 on black background.


Color preview on white background

This text has color #CA52B5 on white background.



Black color preview on #CA52B5 background

This text has black color on #CA52B5 background.


White color preview on #CA52B5 background

This text has white color on #CA52B5 background.