Color Hex Logo

#cc095b Color Hex

#CC095B
(204,9,91)
0 Favorites   0 Comments

Color spaces of #cc095b

RGB 204991
HSL0.930.920.42
HSV335°96°80°
CMYK 0.000.960.55   0.20
XYZ26.887913.788111.1417
Yxy13.78810.51890.2661
Hunter Lab37.132364.27218.2024
CIE-Lab43.927569.92029.7769

#cc095b color RGB value is (204,9,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00001001 01011011
Octal 314 11 133
Decimal 204 9 91
Hex CC 9 5B

RGB Percentages of Color #cc095b

%67.11
%2.96
%29.93

CMYK Percentages of Color #cc095b

%0
%96
%55
%20

Triadic Colors of #cc095b

#cc095b #5bcc09 #095bcc

Analogous Colors of #cc095b

#cc095b #cc1809 #cc09bd

Monochromatic Colors of #cc095b

#cc095b

Complementary Color

#cc095b #09cc7a

#cc095b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc095b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc095b Color CSS Codes

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

#cc095b Text Font Color

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

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


#cc095b Background Color

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

This div background color is #cc095b


#cc095b Border Color

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

This div border color is #cc095b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,9,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 #cc095b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc095b


Comments

No comments written yet.

Please login to write comment.