Color Hex Logo

#c86487 Color Hex

#C86487
(200,100,135)
0 Favorites   0 Comments

Color spaces of #c86487

RGB 200100135
HSL0.940.480.59
HSV339°50°78°
CMYK 0.000.500.33   0.22
XYZ32.749823.143025.6626
Yxy23.14300.40160.2838
Hunter Lab48.107237.32952.0470
CIE-Lab55.219343.5514-0.7488

#c86487 color RGB value is (200,100,135).

#c86487 hex color red value is 200, green value is 100 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #c86487 hue: 0.94 , saturation: 0.48 and the lightness value of c86487 is 0.59.

The process color (four color CMYK) of #c86487 color hex is 0.00, 0.50, 0.33, 0.22. Web safe color of #c86487 is #cc6699. Color #c86487 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100100 10000111
Octal 310 144 207
Decimal 200 100 135
Hex C8 64 87

RGB Percentages of Color #c86487

%45.98
%22.99
%31.03

CMYK Percentages of Color #c86487

%0
%50
%33
%22

Triadic Colors of #c86487

#c86487 #87c864 #6487c8

Analogous Colors of #c86487

#c86487 #c87364 #c864b9

Monochromatic Colors of #c86487

#c86487

Complementary Color

#c86487 #64c8a5

#c86487 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86487 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86487 Color CSS Codes

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

#c86487 Text Font Color

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

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


#c86487 Background Color

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

This div background color is #c86487


#c86487 Border Color

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

This div border color is #c86487


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86487


Comments

No comments written yet.

Please login to write comment.