Color Hex Logo

#cc117b Color Hex

#CC117B
(204,17,123)
0 Favorites   0 Comments

Color spaces of #cc117b

RGB 20417123
HSL0.910.850.43
HSV326°92°80°
CMYK 0.000.920.40   0.20
XYZ28.677414.668320.0587
Yxy14.66830.45230.2313
Hunter Lab38.299266.6323-4.2429
CIE-Lab45.176571.6624-8.3238

#cc117b color RGB value is (204,17,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010001 01111011
Octal 314 21 173
Decimal 204 17 123
Hex CC 11 7B

RGB Percentages of Color #cc117b

%59.30
%4.94
%35.76

CMYK Percentages of Color #cc117b

%0
%92
%40
%20

Triadic Colors of #cc117b

#cc117b #7bcc11 #117bcc

Analogous Colors of #cc117b

#cc117b #cc111e #c011cc

Monochromatic Colors of #cc117b

#cc117b

Complementary Color

#cc117b #11cc62

#cc117b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc117b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc117b Color CSS Codes

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

#cc117b Text Font Color

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

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


#cc117b Background Color

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

This div background color is #cc117b


#cc117b Border Color

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

This div border color is #cc117b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc117b


Comments

No comments written yet.

Please login to write comment.