Color Hex Logo

#c86588 Color Hex

#C86588
(200,101,136)
0 Favorites   0 Comments

Color spaces of #c86588

RGB 200101136
HSL0.940.470.59
HSV339°50°78°
CMYK 0.000.500.32   0.22
XYZ32.917023.364326.0674
Yxy23.36430.39970.2837
Hunter Lab48.336636.96851.8612
CIE-Lab55.445643.1715-1.0048

#c86588 color RGB value is (200,101,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100101 10001000
Octal 310 145 210
Decimal 200 101 136
Hex C8 65 88

RGB Percentages of Color #c86588

%45.77
%23.11
%31.12

CMYK Percentages of Color #c86588

%0
%50
%32
%22

Triadic Colors of #c86588

#c86588 #88c865 #6588c8

Analogous Colors of #c86588

#c86588 #c87465 #c865ba

Monochromatic Colors of #c86588

#c86588

Complementary Color

#c86588 #65c8a5

#c86588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86588 Color CSS Codes

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

#c86588 Text Font Color

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

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


#c86588 Background Color

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

This div background color is #c86588


#c86588 Border Color

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

This div border color is #c86588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86588


Comments

No comments written yet.

Please login to write comment.