COLOR #CA488B

HEX: #CA488B
RGB: (202,72,139)

Color info

#CA488B contains mainly red color. Web safe color of #CA488B is #CC3399 (or #C39).

RGB color model

#CA488B color RGB value is (202,72,139).

  • red value is 202;
  • green value is 72;
  • blue value is 139.
RGB:
(202,72,139)
(79%,28%,55%)

RGB channels and saturation

R 202 of 255 = 79%
G 72 of 255 = 28%
B 139 of 255 = 55%

202
72
139

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

Portions of RGB colors in percentages

R + G + B =
202 + 72 + 139 = 413 (100%)
R 202 of 413 ~ 48.91%
G 72 of 413 ~ 17.43%
B 139 of 413 ~ 33.66%

%48.91
%17.43
%33.66

CMYK color model

#CA488B color CMYK value is (0,64,31,21).

  • cyan value is 0.00%
  • magenta value is 64.36%
  • yellow value is 31.19%
  • key color value is 20.78%
CMYK:
(0,64,31,21)
C0M64Y31K21 
(0%,64%,31%,21%)
(0.00/0.64/0.31/0.21)	

CMYK percentages

%0
%64.36
%31.19
%20.78

Codes

Color #CA488B in popluar color models

CA488B
RGB20272139
HSL329°55.08%53.73%
HSB/HSV329°64.36%79.22%
CMYK0.00%64.36%31.19%
20.78%

Color #CA488B in popluar number systems.

HEXCA488B
Decimal20272139
Binary11001010100100010001011
Octal312110213

Shades and tints

Shades of #CA488B

#CA488B
(202,72,139)
#B8427F
(184,66,127)
#A63C73
(166,60,115)
#943667
(148,54,103)
#82305B
(130,48,91)
#702A4F
(112,42,79)
#5E2443
(94,36,67)
#4C1E37
(76,30,55)
#3A182B
(58,24,43)
#28121F
(40,18,31)
#160C13
(22,12,19)
#000000
(0,0,0)

Tints of #CA488B

#CA488B
(202,72,139)
#CE5895
(206,88,149)
#D2689F
(210,104,159)
#D678A9
(214,120,169)
#DA88B3
(218,136,179)
#DE98BD
(222,152,189)
#E2A8C7
(226,168,199)
#E6B8D1
(230,184,209)
#EAC8DB
(234,200,219)
#EED8E5
(238,216,229)
#F2E8EF
(242,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA488B color. Also use rgb(202,72,139) instead hex code.

Text Font Color

.myTextColor { color: #CA488B; }

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

This text font color is #CA488B.


Background Color

.myBgColor { background-color: #CA488B; }

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

This div background color is #CA488B.


Border color

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

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

This div border color is #CA488B.


Opacity

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

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

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

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

This text has shadow with #CA488B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA488B on black background.


Color preview on white background

This text has color #CA488B on white background.



Black color preview on #CA488B background

This text has black color on #CA488B background.


White color preview on #CA488B background

This text has white color on #CA488B background.