Color Hex Logo

#cc485d Color Hex

#CC485D
(204,72,93)
0 Favorites   0 Comments

Color spaces of #cc485d

RGB 2047293
HSL0.970.560.54
HSV350°65°80°
CMYK 0.000.650.54   0.20
XYZ29.195018.262412.3422
Yxy18.26240.48820.3054
Hunter Lab42.734547.160612.7906
CIE-Lab49.812853.683816.6781

#cc485d color RGB value is (204,72,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001000 01011101
Octal 314 110 135
Decimal 204 72 93
Hex CC 48 5D

RGB Percentages of Color #cc485d

%55.28
%19.51
%25.20

CMYK Percentages of Color #cc485d

%0
%65
%54
%20

Triadic Colors of #cc485d

#cc485d #5dcc48 #485dcc

Analogous Colors of #cc485d

#cc485d #cc7548 #cc489f

Monochromatic Colors of #cc485d

#cc485d

Complementary Color

#cc485d #48ccb7

#cc485d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc485d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc485d Color CSS Codes

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

#cc485d Text Font Color

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

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


#cc485d Background Color

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

This div background color is #cc485d


#cc485d Border Color

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

This div border color is #cc485d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc485d


Comments

No comments written yet.

Please login to write comment.