Color Hex Logo

#cc486b Color Hex

#CC486B
(204,72,107)
0 Favorites   0 Comments

Color spaces of #cc486b

RGB 20472107
HSL0.960.560.54
HSV344°65°80°
CMYK 0.000.650.48   0.20
XYZ29.873018.533615.9128
Yxy18.53360.46440.2881
Hunter Lab43.050748.52318.2201
CIE-Lab50.137054.87808.6815

#cc486b color RGB value is (204,72,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001000 01101011
Octal 314 110 153
Decimal 204 72 107
Hex CC 48 6B

RGB Percentages of Color #cc486b

%53.26
%18.80
%27.94

CMYK Percentages of Color #cc486b

%0
%65
%48
%20

Triadic Colors of #cc486b

#cc486b #6bcc48 #486bcc

Analogous Colors of #cc486b

#cc486b #cc6748 #cc48ad

Monochromatic Colors of #cc486b

#cc486b

Complementary Color

#cc486b #48cca9

#cc486b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc486b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc486b Color CSS Codes

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

#cc486b Text Font Color

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

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


#cc486b Background Color

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

This div background color is #cc486b


#cc486b Border Color

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

This div border color is #cc486b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc486b


Comments

No comments written yet.

Please login to write comment.