Color Hex Logo

#c86fab Color Hex

#C86FAB
(200,111,171)
0 Favorites   0 Comments

Color spaces of #c86fab

RGB 200111171
HSL0.890.450.61
HSV320°45°78°
CMYK 0.000.450.15   0.22
XYZ36.854526.588541.7177
Yxy26.58850.35050.2528
Hunter Lab51.564037.3427-11.8735
CIE-Lab58.591543.0884-16.6553

#c86fab color RGB value is (200,111,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101111 10101011
Octal 310 157 253
Decimal 200 111 171
Hex C8 6F AB

RGB Percentages of Color #c86fab

%41.49
%23.03
%35.48

CMYK Percentages of Color #c86fab

%0
%45
%15
%22

Triadic Colors of #c86fab

#c86fab #abc86f #6fabc8

Analogous Colors of #c86fab

#c86fab #c86f7f #b96fc8

Monochromatic Colors of #c86fab

#c86fab

Complementary Color

#c86fab #6fc88c

#c86fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86fab Color CSS Codes

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

#c86fab Text Font Color

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

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


#c86fab Background Color

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

This div background color is #c86fab


#c86fab Border Color

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

This div border color is #c86fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86fab


Comments

No comments written yet.

Please login to write comment.