Color Hex Logo

#cc445f Color Hex

#CC445F
(204,68,95)
0 Favorites   0 Comments

Color spaces of #cc445f

RGB 2046895
HSL0.970.570.53
HSV348°67°80°
CMYK 0.000.670.53   0.20
XYZ29.034517.797812.7315
Yxy17.79780.48750.2988
Hunter Lab42.187449.020411.6384
CIE-Lab49.249955.490714.7004

#cc445f color RGB value is (204,68,95).

#cc445f hex color red value is 204, green value is 68 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #cc445f hue: 0.97 , saturation: 0.57 and the lightness value of cc445f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000100 01011111
Octal 314 104 137
Decimal 204 68 95
Hex CC 44 5F

RGB Percentages of Color #cc445f

%55.59
%18.53
%25.89

CMYK Percentages of Color #cc445f

%0
%67
%53
%20

Triadic Colors of #cc445f

#cc445f #5fcc44 #445fcc

Analogous Colors of #cc445f

#cc445f #cc6d44 #cc44a3

Monochromatic Colors of #cc445f

#cc445f

Complementary Color

#cc445f #44ccb1

#cc445f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc445f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc445f Color CSS Codes

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

#cc445f Text Font Color

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

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


#cc445f Background Color

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

This div background color is #cc445f


#cc445f Border Color

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

This div border color is #cc445f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc445f


Comments

No comments written yet.

Please login to write comment.