color codes Logo

#cc17c4 color codes

#CC17C4
(204,23,196)
0 Favorites   0 Comments

Color spaces of #cc17c4

RGB 20423196
HSL0.840.800.45
HSV303°89°80°
CMYK 0.000.890.04   0.20
XYZ35.172017.435753.7362
Yxy17.43570.33070.1640
Hunter Lab41.756177.2811-47.0715
CIE-Lab48.804479.6391-46.3199

#cc17c4 color RGB value is (204,23,196).

#cc17c4 hex color red value is 204, green value is 23 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #cc17c4 hue: 0.84 , saturation: 0.80 and the lightness value of cc17c4 is 0.45.

The process color (four color CMYK) of #cc17c4 color code is 0.00, 0.89, 0.04, 0.20. Web safe color of #cc17c4 is #cc00cc. Color #cc17c4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010111 11000100
Octal 314 27 304
Decimal 204 23 196
Hex CC 17 C4

RGB Percentages of Color #cc17c4

%48.23
%5.44
%46.34

CMYK Percentages of Color #cc17c4

%0
%89
%4
%20

Triadic Colors of #cc17c4

#cc17c4 #c4cc17 #17c4cc

Analogous Colors of #cc17c4

#cc17c4 #cc176a #7a17cc

Monochromatic Colors of #cc17c4

#cc17c4

Complementary Color

#cc17c4 #17cc1f

#cc17c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc17c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc17c4 Color CSS Codes

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

#cc17c4 Text Font Color

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

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


#cc17c4 Background Color

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

This div background color is #cc17c4


#cc17c4 Border Color

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

This div border color is #cc17c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc17c4


Comments

No comments written yet.

Please login to write comment.