Color Hex Logo

#cc225e Color Hex

#CC225E
(204,34,94)
0 Favorites   0 Comments

Color spaces of #cc225e

RGB 2043494
HSL0.940.710.47
HSV339°83°80°
CMYK 0.000.830.54   0.20
XYZ27.494214.789611.9952
Yxy14.78960.50650.2725
Hunter Lab38.457260.31468.4269
CIE-Lab45.344766.26059.8901

#cc225e color RGB value is (204,34,94).

#cc225e hex color red value is 204, green value is 34 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cc225e hue: 0.94 , saturation: 0.71 and the lightness value of cc225e is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100010 01011110
Octal 314 42 136
Decimal 204 34 94
Hex CC 22 5E

RGB Percentages of Color #cc225e

%61.45
%10.24
%28.31

CMYK Percentages of Color #cc225e

%0
%83
%54
%20

Triadic Colors of #cc225e

#cc225e #5ecc22 #225ecc

Analogous Colors of #cc225e

#cc225e #cc3b22 #cc22b3

Monochromatic Colors of #cc225e

#cc225e

Complementary Color

#cc225e #22cc90

#cc225e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc225e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc225e Color CSS Codes

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

#cc225e Text Font Color

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

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


#cc225e Background Color

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

This div background color is #cc225e


#cc225e Border Color

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

This div border color is #cc225e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,34,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 #cc225e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc225e

#cc225e Color Palettes


Comments

No comments written yet.

Please login to write comment.