Color Hex Logo

#cc6486 Color Hex

#CC6486
(204,100,134)
0 Favorites   0 Comments

Color spaces of #cc6486

RGB 204100134
HSL0.950.500.60
HSV340°51°80°
CMYK 0.000.510.34   0.20
XYZ33.762123.672925.3441
Yxy23.67290.40790.2860
Hunter Lab48.654838.71723.1744
CIE-Lab55.758844.80120.6945

#cc6486 color RGB value is (204,100,134).

#cc6486 hex color red value is 204, green value is 100 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #cc6486 hue: 0.95 , saturation: 0.50 and the lightness value of cc6486 is 0.60.

The process color (four color CMYK) of #cc6486 color hex is 0.00, 0.51, 0.34, 0.20. Web safe color of #cc6486 is #cc6699. Color #cc6486 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100100 10000110
Octal 314 144 206
Decimal 204 100 134
Hex CC 64 86

RGB Percentages of Color #cc6486

%46.58
%22.83
%30.59

CMYK Percentages of Color #cc6486

%0
%51
%34
%20

Triadic Colors of #cc6486

#cc6486 #86cc64 #6486cc

Analogous Colors of #cc6486

#cc6486 #cc7664 #cc64ba

Monochromatic Colors of #cc6486

#cc6486

Complementary Color

#cc6486 #64ccaa

#cc6486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc6486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc6486 Color CSS Codes

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

#cc6486 Text Font Color

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

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


#cc6486 Background Color

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

This div background color is #cc6486


#cc6486 Border Color

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

This div border color is #cc6486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc6486


Comments

No comments written yet.

Please login to write comment.