Color Hex Logo

#c86cab Color Hex

#C86CAB
(200,108,171)
0 Favorites   0 Comments

Color spaces of #c86cab

RGB 200108171
HSL0.890.460.60
HSV319°46°78°
CMYK 0.000.460.15   0.22
XYZ36.532725.944841.6104
Yxy25.94480.35100.2493
Hunter Lab50.936038.8869-12.7796
CIE-Lab57.984644.6399-17.5770

#c86cab color RGB value is (200,108,171).

#c86cab hex color red value is 200, green value is 108 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c86cab hue: 0.89 , saturation: 0.46 and the lightness value of c86cab is 0.60.

The process color (four color CMYK) of #c86cab color hex is 0.00, 0.46, 0.15, 0.22. Web safe color of #c86cab is #cc6699. Color #c86cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101100 10101011
Octal 310 154 253
Decimal 200 108 171
Hex C8 6C AB

RGB Percentages of Color #c86cab

%41.75
%22.55
%35.70

CMYK Percentages of Color #c86cab

%0
%46
%15
%22

Triadic Colors of #c86cab

#c86cab #abc86c #6cabc8

Analogous Colors of #c86cab

#c86cab #c86c7d #b76cc8

Monochromatic Colors of #c86cab

#c86cab

Complementary Color

#c86cab #6cc889

#c86cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86cab Color CSS Codes

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

#c86cab Text Font Color

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

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


#c86cab Background Color

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

This div background color is #c86cab


#c86cab Border Color

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

This div border color is #c86cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86cab


Comments

No comments written yet.

Please login to write comment.