Color Hex Logo

#cc017f Color Hex

#CC017F
(204,1,127)
0 Favorites   0 Comments

Color spaces of #cc017f

RGB 2041127
HSL0.900.990.40
HSV323°100°80°
CMYK 0.001.000.38   0.20
XYZ28.743514.391421.3415
Yxy14.39140.44580.2232
Hunter Lab37.936068.8586-6.7993
CIE-Lab44.789173.5897-11.3677

#cc017f color RGB value is (204,1,127).

#cc017f hex color red value is 204, green value is 1 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cc017f hue: 0.90 , saturation: 0.99 and the lightness value of cc017f is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00000001 01111111
Octal 314 1 177
Decimal 204 1 127
Hex CC 1 7F

RGB Percentages of Color #cc017f

%61.45
%0.30
%38.25

CMYK Percentages of Color #cc017f

%0
%100
%38
%20

Triadic Colors of #cc017f

#cc017f #7fcc01 #017fcc

Analogous Colors of #cc017f

#cc017f #cc0119 #b401cc

Monochromatic Colors of #cc017f

#cc017f

Complementary Color

#cc017f #01cc4e

#cc017f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc017f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc017f Color CSS Codes

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

#cc017f Text Font Color

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

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


#cc017f Background Color

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

This div background color is #cc017f


#cc017f Border Color

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

This div border color is #cc017f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc017f


Comments

No comments written yet.

Please login to write comment.