Color Hex Logo

#cc085b Color Hex

#CC085B
(204,8,91)
0 Favorites   0 Comments

Color spaces of #cc085b

RGB 204891
HSL0.930.920.42
HSV335°96°80°
CMYK 0.000.960.55   0.20
XYZ26.877013.766411.1381
Yxy13.76640.51900.2659
Hunter Lab37.103164.37268.1737
CIE-Lab43.896070.01159.7327

#cc085b color RGB value is (204,8,91).

#cc085b hex color red value is 204, green value is 8 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #cc085b hue: 0.93 , saturation: 0.92 and the lightness value of cc085b is 0.42.

The process color (four color CMYK) of #cc085b color hex is 0.00, 0.96, 0.55, 0.20. Web safe color of #cc085b is #cc0066. Color #cc085b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00001000 01011011
Octal 314 10 133
Decimal 204 8 91
Hex CC 8 5B

RGB Percentages of Color #cc085b

%67.33
%2.64
%30.03

CMYK Percentages of Color #cc085b

%0
%96
%55
%20

Triadic Colors of #cc085b

#cc085b #5bcc08 #085bcc

Analogous Colors of #cc085b

#cc085b #cc1708 #cc08bd

Monochromatic Colors of #cc085b

#cc085b

Complementary Color

#cc085b #08cc79

#cc085b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc085b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc085b Color CSS Codes

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

#cc085b Text Font Color

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

This sample text font color is #cc085b
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.


#cc085b Background Color

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

This div background color is #cc085b


#cc085b Border Color

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

This div border color is #cc085b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc085b


Comments

No comments written yet.

Please login to write comment.