Color Hex Logo

#cc7586 Color Hex

#CC7586
(204,117,134)
0 Favorites   0 Comments

Color spaces of #cc7586

RGB 204117134
HSL0.970.460.63
HSV348°43°80°
CMYK 0.000.430.34   0.20
XYZ35.566227.281225.9455
Yxy27.28120.40060.3072
Hunter Lab52.231430.14207.1102
CIE-Lab59.233736.02135.7203

#cc7586 color RGB value is (204,117,134).

#cc7586 hex color red value is 204, green value is 117 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #cc7586 hue: 0.97 , saturation: 0.46 and the lightness value of cc7586 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01110101 10000110
Octal 314 165 206
Decimal 204 117 134
Hex CC 75 86

RGB Percentages of Color #cc7586

%44.84
%25.71
%29.45

CMYK Percentages of Color #cc7586

%0
%43
%34
%20

Triadic Colors of #cc7586

#cc7586 #86cc75 #7586cc

Analogous Colors of #cc7586

#cc7586 #cc9075 #cc75b2

Monochromatic Colors of #cc7586

#cc7586

Complementary Color

#cc7586 #75ccbb

#cc7586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc7586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc7586 Color CSS Codes

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

#cc7586 Text Font Color

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

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


#cc7586 Background Color

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

This div background color is #cc7586


#cc7586 Border Color

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

This div border color is #cc7586


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,117,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 #cc7586">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc7586


Comments

No comments written yet.

Please login to write comment.