Color Hex Logo

#cc486e Color Hex

#CC486E
(204,72,110)
0 Favorites   0 Comments

Color spaces of #cc486e

RGB 20472110
HSL0.950.560.54
HSV343°65°80°
CMYK 0.000.650.46   0.20
XYZ30.033718.597916.7587
Yxy18.59790.45930.2844
Hunter Lab43.125348.84337.1473
CIE-Lab50.213455.15726.9787

#cc486e color RGB value is (204,72,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01001000 01101110
Octal 314 110 156
Decimal 204 72 110
Hex CC 48 6E

RGB Percentages of Color #cc486e

%52.85
%18.65
%28.50

CMYK Percentages of Color #cc486e

%0
%65
%46
%20

Triadic Colors of #cc486e

#cc486e #6ecc48 #486ecc

Analogous Colors of #cc486e

#cc486e #cc6448 #cc48b0

Monochromatic Colors of #cc486e

#cc486e

Complementary Color

#cc486e #48cca6

#cc486e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc486e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc486e Color CSS Codes

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

#cc486e Text Font Color

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

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


#cc486e Background Color

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

This div background color is #cc486e


#cc486e Border Color

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

This div border color is #cc486e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc486e


Comments

No comments written yet.

Please login to write comment.