Color Hex Logo

#cc4962 Color Hex

#CC4962
(204,73,98)
0 Favorites   0 Comments

Color spaces of #cc4962

RGB 2047398
HSL0.970.560.54
HSV349°64°80°
CMYK 0.000.640.52   0.20
XYZ29.489018.484313.5689
Yxy18.48430.47920.3004
Hunter Lab42.993447.194111.3832
CIE-Lab50.078353.668114.0298

#cc4962 color RGB value is (204,73,98).

#cc4962 hex color red value is 204, green value is 73 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #cc4962 hue: 0.97 , saturation: 0.56 and the lightness value of cc4962 is 0.54.

The process color (four color CMYK) of #cc4962 color hex is 0.00, 0.64, 0.52, 0.20. Web safe color of #cc4962 is #cc3366. Color #cc4962 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001001 01100010
Octal 314 111 142
Decimal 204 73 98
Hex CC 49 62

RGB Percentages of Color #cc4962

%54.40
%19.47
%26.13

CMYK Percentages of Color #cc4962

%0
%64
%52
%20

Triadic Colors of #cc4962

#cc4962 #62cc49 #4962cc

Analogous Colors of #cc4962

#cc4962 #cc7249 #cc49a4

Monochromatic Colors of #cc4962

#cc4962

Complementary Color

#cc4962 #49ccb3

#cc4962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4962 Color CSS Codes

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

#cc4962 Text Font Color

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

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


#cc4962 Background Color

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

This div background color is #cc4962


#cc4962 Border Color

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

This div border color is #cc4962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4962


Comments

No comments written yet.

Please login to write comment.