Color Hex Logo

#cc317d Color Hex

#CC317D
(204,49,125)
0 Favorites   0 Comments

Color spaces of #cc317d

RGB 20449125
HSL0.920.610.50
HSV331°76°80°
CMYK 0.000.760.39   0.20
XYZ29.701816.514721.0242
Yxy16.51470.44170.2456
Hunter Lab40.638359.3455-2.2269
CIE-Lab47.642664.9790-5.8692

#cc317d color RGB value is (204,49,125).

#cc317d hex color red value is 204, green value is 49 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cc317d hue: 0.92 , saturation: 0.61 and the lightness value of cc317d is 0.50.

The process color (four color CMYK) of #cc317d color hex is 0.00, 0.76, 0.39, 0.20. Web safe color of #cc317d is #cc3366. Color #cc317d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110001 01111101
Octal 314 61 175
Decimal 204 49 125
Hex CC 31 7D

RGB Percentages of Color #cc317d

%53.97
%12.96
%33.07

CMYK Percentages of Color #cc317d

%0
%76
%39
%20

Triadic Colors of #cc317d

#cc317d #7dcc31 #317dcc

Analogous Colors of #cc317d

#cc317d #cc3331 #cc31cb

Monochromatic Colors of #cc317d

#cc317d

Complementary Color

#cc317d #31cc80

#cc317d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc317d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc317d Color CSS Codes

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

#cc317d Text Font Color

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

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


#cc317d Background Color

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

This div background color is #cc317d


#cc317d Border Color

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

This div border color is #cc317d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc317d


Comments

No comments written yet.

Please login to write comment.