Color Hex Logo

#cc325e Color Hex

#CC325E
(204,50,94)
0 Favorites   0 Comments

Color spaces of #cc325e

RGB 2045094
HSL0.950.610.50
HSV343°75°80°
CMYK 0.000.750.54   0.20
XYZ28.062815.926712.1848
Yxy15.92670.49960.2835
Hunter Lab39.908355.67869.8334
CIE-Lab46.878261.914612.0316

#cc325e color RGB value is (204,50,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00110010 01011110
Octal 314 62 136
Decimal 204 50 94
Hex CC 32 5E

RGB Percentages of Color #cc325e

%58.62
%14.37
%27.01

CMYK Percentages of Color #cc325e

%0
%75
%54
%20

Triadic Colors of #cc325e

#cc325e #5ecc32 #325ecc

Analogous Colors of #cc325e

#cc325e #cc5332 #cc32ab

Monochromatic Colors of #cc325e

#cc325e

Complementary Color

#cc325e #32cca0

#cc325e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc325e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc325e Color CSS Codes

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

#cc325e Text Font Color

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

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


#cc325e Background Color

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

This div background color is #cc325e


#cc325e Border Color

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

This div border color is #cc325e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc325e


Comments

No comments written yet.

Please login to write comment.