Color Hex Logo

#cc225f Color Hex

#CC225F
(204,34,95)
1 Favorites   0 Comments

Color spaces of #cc225f

RGB 2043495
HSL0.940.710.47
HSV338°83°80°
CMYK 0.000.830.53   0.20
XYZ27.539414.807612.2331
Yxy14.80760.50460.2713
Hunter Lab38.480660.40588.0880
CIE-Lab45.369566.33449.3033

#cc225f color RGB value is (204,34,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100010 01011111
Octal 314 42 137
Decimal 204 34 95
Hex CC 22 5F

RGB Percentages of Color #cc225f

%61.26
%10.21
%28.53

CMYK Percentages of Color #cc225f

%0
%83
%53
%20

Triadic Colors of #cc225f

#cc225f #5fcc22 #225fcc

Analogous Colors of #cc225f

#cc225f #cc3a22 #cc22b4

Monochromatic Colors of #cc225f

#cc225f

Complementary Color

#cc225f #22cc8f

#cc225f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc225f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc225f Color CSS Codes

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

#cc225f Text Font Color

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

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


#cc225f Background Color

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

This div background color is #cc225f


#cc225f Border Color

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

This div border color is #cc225f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc225f


Comments

No comments written yet.

Please login to write comment.