Color Hex Logo

#cc484a Color Hex

#CC484A
(204,72,74)
0 Favorites   0 Comments

Color spaces of #cc484a

RGB 2047274
HSL1.000.560.54
HSV359°65°80°
CMYK 0.000.650.64   0.20
XYZ28.455217.96658.4467
Yxy17.96650.51860.3274
Hunter Lab42.386945.653617.8558
CIE-Lab49.455552.350327.5562

#cc484a color RGB value is (204,72,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001000 01001010
Octal 314 110 112
Decimal 204 72 74
Hex CC 48 4A

RGB Percentages of Color #cc484a

%58.29
%20.57
%21.14

CMYK Percentages of Color #cc484a

%0
%65
%64
%20

Triadic Colors of #cc484a

#cc484a #4acc48 #484acc

Analogous Colors of #cc484a

#cc484a #cc8848 #cc488c

Monochromatic Colors of #cc484a

#cc484a

Complementary Color

#cc484a #48ccca

#cc484a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc484a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc484a Color CSS Codes

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

#cc484a Text Font Color

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

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


#cc484a Background Color

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

This div background color is #cc484a


#cc484a Border Color

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

This div border color is #cc484a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc484a


Comments

No comments written yet.

Please login to write comment.