Color Hex Logo

#cc286a Color Hex

#CC286A
(204,40,106)
0 Favorites   0 Comments

Color spaces of #cc286a

RGB 20440106
HSL0.930.670.48
HSV336°80°80°
CMYK 0.000.800.48   0.20
XYZ28.262215.395615.1177
Yxy15.39560.48090.2619
Hunter Lab39.237259.90674.6222
CIE-Lab46.171365.74803.6288

#cc286a color RGB value is (204,40,106).

#cc286a hex color red value is 204, green value is 40 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #cc286a hue: 0.93 , saturation: 0.67 and the lightness value of cc286a is 0.48.

The process color (four color CMYK) of #cc286a color hex is 0.00, 0.80, 0.48, 0.20. Web safe color of #cc286a is #cc3366. Color #cc286a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00101000 01101010
Octal 314 50 152
Decimal 204 40 106
Hex CC 28 6A

RGB Percentages of Color #cc286a

%58.29
%11.43
%30.29

CMYK Percentages of Color #cc286a

%0
%80
%48
%20

Triadic Colors of #cc286a

#cc286a #6acc28 #286acc

Analogous Colors of #cc286a

#cc286a #cc3828 #cc28bc

Monochromatic Colors of #cc286a

#cc286a

Complementary Color

#cc286a #28cc8a

#cc286a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc286a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc286a Color CSS Codes

.mybgcolor {background-color:#cc286a; } 
.myforecolor {color:#cc286a; }
.mybordercolor {border:3px solid #cc286a; }

#cc286a Text Font Color

<p style="color:#cc286a">Text here</p>

This sample text font color is #cc286a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cc286a Background Color

<div style="background-color:#cc286a">
Div content here</div>

This div background color is #cc286a


#cc286a Border Color

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

This div border color is #cc286a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,40,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc286a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc286a;
  -webkit-box-shadow: 1px 1px 3px 2px #cc286a;
  box-shadow:         1px 1px 3px 2px #cc286a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,40,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cc286a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cc286a;
  -webkit-box-shadow: 1px 1px 3px 2px #cc286a;
  box-shadow:         1px 1px 3px 2px #cc286a;">
Div content here</div>

This div box has shadow with color #cc286a


Comments

No comments written yet.

Please login to write comment.