Color Hex Logo

#cc326f Color Hex

#CC326F
(204,50,111)
0 Favorites   0 Comments

Color spaces of #cc326f

RGB 20450111
HSL0.930.610.50
HSV336°75°80°
CMYK 0.000.750.46   0.20
XYZ28.911716.266316.6548
Yxy16.26630.46760.2631
Hunter Lab40.331557.37793.7484
CIE-Lab47.321963.32562.2153

#cc326f color RGB value is (204,50,111).

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

The process color (four color CMYK) of #cc326f color hex is 0.00, 0.75, 0.46, 0.20. Web safe color of #cc326f is #cc3366. Color #cc326f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110010 01101111
Octal 314 62 157
Decimal 204 50 111
Hex CC 32 6F

RGB Percentages of Color #cc326f

%55.89
%13.70
%30.41

CMYK Percentages of Color #cc326f

%0
%75
%46
%20

Triadic Colors of #cc326f

#cc326f #6fcc32 #326fcc

Analogous Colors of #cc326f

#cc326f #cc4232 #cc32bc

Monochromatic Colors of #cc326f

#cc326f

Complementary Color

#cc326f #32cc8f

#cc326f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc326f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc326f Color CSS Codes

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

#cc326f Text Font Color

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

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


#cc326f Background Color

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

This div background color is #cc326f


#cc326f Border Color

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

This div border color is #cc326f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc326f


Comments

No comments written yet.

Please login to write comment.