Color Hex Logo

#cc484f Color Hex

#CC484F
(204,72,79)
0 Favorites   0 Comments

Color spaces of #cc484f

RGB 2047279
HSL0.990.560.54
HSV357°65°80°
CMYK 0.000.650.61   0.20
XYZ28.630518.03669.3696
Yxy18.03660.51090.3219
Hunter Lab42.469546.012716.6481
CIE-Lab49.540552.669324.7029

#cc484f color RGB value is (204,72,79).

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

The process color (four color CMYK) of #cc484f color hex is 0.00, 0.65, 0.61, 0.20. Web safe color of #cc484f is #cc3366. Color #cc484f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001000 01001111
Octal 314 110 117
Decimal 204 72 79
Hex CC 48 4F

RGB Percentages of Color #cc484f

%57.46
%20.28
%22.25

CMYK Percentages of Color #cc484f

%0
%65
%61
%20

Triadic Colors of #cc484f

#cc484f #4fcc48 #484fcc

Analogous Colors of #cc484f

#cc484f #cc8348 #cc4891

Monochromatic Colors of #cc484f

#cc484f

Complementary Color

#cc484f #48ccc5

#cc484f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc484f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc484f Color CSS Codes

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

#cc484f Text Font Color

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

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


#cc484f Background Color

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

This div background color is #cc484f


#cc484f Border Color

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

This div border color is #cc484f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc484f


Comments

No comments written yet.

Please login to write comment.