Color Hex Logo

#cc116b Color Hex

#CC116B
(204,17,107)
0 Favorites   0 Comments

Color spaces of #cc116b

RGB 20417107
HSL0.920.850.43
HSV331°92°80°
CMYK 0.000.920.48   0.20
XYZ27.756114.299815.2071
Yxy14.29980.48470.2497
Hunter Lab37.815164.84182.6274
CIE-Lab44.659870.25900.8191

#cc116b color RGB value is (204,17,107).

#cc116b hex color red value is 204, green value is 17 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #cc116b hue: 0.92 , saturation: 0.85 and the lightness value of cc116b is 0.43.

The process color (four color CMYK) of #cc116b color hex is 0.00, 0.92, 0.48, 0.20. Web safe color of #cc116b is #cc0066. Color #cc116b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010001 01101011
Octal 314 21 153
Decimal 204 17 107
Hex CC 11 6B

RGB Percentages of Color #cc116b

%62.20
%5.18
%32.62

CMYK Percentages of Color #cc116b

%0
%92
%48
%20

Triadic Colors of #cc116b

#cc116b #6bcc11 #116bcc

Analogous Colors of #cc116b

#cc116b #cc1511 #cc11c9

Monochromatic Colors of #cc116b

#cc116b

Complementary Color

#cc116b #11cc72

#cc116b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc116b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc116b Color CSS Codes

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

#cc116b Text Font Color

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

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


#cc116b Background Color

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

This div background color is #cc116b


#cc116b Border Color

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

This div border color is #cc116b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc116b


Comments

No comments written yet.

Please login to write comment.