Color Hex Logo

#cc324e Color Hex

#CC324E
(204,50,78)
0 Favorites   0 Comments

Color spaces of #cc324e

RGB 2045078
HSL0.970.610.50
HSV349°75°80°
CMYK 0.000.750.62   0.20
XYZ27.417615.66868.7870
Yxy15.66860.52860.3021
Hunter Lab39.583654.366914.5470
CIE-Lab46.536760.815221.3934

#cc324e color RGB value is (204,50,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110010 01001110
Octal 314 62 116
Decimal 204 50 78
Hex CC 32 4E

RGB Percentages of Color #cc324e

%61.45
%15.06
%23.49

CMYK Percentages of Color #cc324e

%0
%75
%62
%20

Triadic Colors of #cc324e

#cc324e #4ecc32 #324ecc

Analogous Colors of #cc324e

#cc324e #cc6332 #cc329b

Monochromatic Colors of #cc324e

#cc324e

Complementary Color

#cc324e #32ccb0

#cc324e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc324e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc324e Color CSS Codes

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

#cc324e Text Font Color

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

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


#cc324e Background Color

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

This div background color is #cc324e


#cc324e Border Color

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

This div border color is #cc324e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc324e


Comments

No comments written yet.

Please login to write comment.