Color Hex Logo

#cc494b Color Hex

#CC494B
(204,73,75)
0 Favorites   0 Comments

Color spaces of #cc494b

RGB 2047375
HSL1.000.560.54
HSV359°64°80°
CMYK 0.000.640.63   0.20
XYZ28.554418.11058.6473
Yxy18.11050.51620.3274
Hunter Lab42.556445.295717.7420
CIE-Lab49.629951.986827.1869

#cc494b color RGB value is (204,73,75).

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

The process color (four color CMYK) of #cc494b color hex is 0.00, 0.64, 0.63, 0.20. Web safe color of #cc494b is #cc3333. Color #cc494b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001001 01001011
Octal 314 111 113
Decimal 204 73 75
Hex CC 49 4B

RGB Percentages of Color #cc494b

%57.95
%20.74
%21.31

CMYK Percentages of Color #cc494b

%0
%64
%63
%20

Triadic Colors of #cc494b

#cc494b #4bcc49 #494bcc

Analogous Colors of #cc494b

#cc494b #cc8949 #cc498d

Monochromatic Colors of #cc494b

#cc494b

Complementary Color

#cc494b #49ccca

#cc494b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc494b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc494b Color CSS Codes

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

#cc494b Text Font Color

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

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


#cc494b Background Color

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

This div background color is #cc494b


#cc494b Border Color

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

This div border color is #cc494b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc494b


Comments

No comments written yet.

Please login to write comment.