Color Hex Logo

#cc244d Color Hex

#CC244D
(204,36,77)
0 Favorites   0 Comments

Color spaces of #cc244d

RGB 2043677
HSL0.960.700.47
HSV345°82°80°
CMYK 0.000.820.62   0.20
XYZ26.872314.63498.4297
Yxy14.63490.53810.2931
Hunter Lab38.255658.438513.7142
CIE-Lab45.130064.673420.1558

#cc244d color RGB value is (204,36,77).

#cc244d hex color red value is 204, green value is 36 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #cc244d hue: 0.96 , saturation: 0.70 and the lightness value of cc244d is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00100100 01001101
Octal 314 44 115
Decimal 204 36 77
Hex CC 24 4D

RGB Percentages of Color #cc244d

%64.35
%11.36
%24.29

CMYK Percentages of Color #cc244d

%0
%82
%62
%20

Triadic Colors of #cc244d

#cc244d #4dcc24 #244dcc

Analogous Colors of #cc244d

#cc244d #cc4f24 #cc24a1

Monochromatic Colors of #cc244d

#cc244d

Complementary Color

#cc244d #24cca3

#cc244d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc244d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc244d Color CSS Codes

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

#cc244d Text Font Color

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

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


#cc244d Background Color

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

This div background color is #cc244d


#cc244d Border Color

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

This div border color is #cc244d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc244d


Comments

No comments written yet.

Please login to write comment.