Color Hex Logo

#cc117e Color Hex

#CC117E
(204,17,126)
0 Favorites   0 Comments

Color spaces of #cc117e

RGB 20417126
HSL0.900.850.43
HSV325°92°80°
CMYK 0.000.920.38   0.20
XYZ28.868214.744621.0631
Yxy14.74460.44640.2280
Hunter Lab38.398766.9989-5.6437
CIE-Lab45.282471.9481-10.0098

#cc117e color RGB value is (204,17,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010001 01111110
Octal 314 21 176
Decimal 204 17 126
Hex CC 11 7E

RGB Percentages of Color #cc117e

%58.79
%4.90
%36.31

CMYK Percentages of Color #cc117e

%0
%92
%38
%20

Triadic Colors of #cc117e

#cc117e #7ecc11 #117ecc

Analogous Colors of #cc117e

#cc117e #cc1121 #bd11cc

Monochromatic Colors of #cc117e

#cc117e

Complementary Color

#cc117e #11cc5f

#cc117e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc117e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc117e Color CSS Codes

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

#cc117e Text Font Color

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

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


#cc117e Background Color

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

This div background color is #cc117e


#cc117e Border Color

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

This div border color is #cc117e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc117e


Comments

No comments written yet.

Please login to write comment.