Color Hex Logo

#c86fbe Color Hex

#C86FBE
(200,111,190)
0 Favorites   0 Comments

Color spaces of #c86fbe

RGB 200111190
HSL0.850.450.61
HSV307°45°78°
CMYK 0.000.450.05   0.22
XYZ38.798127.365951.9525
Yxy27.36590.32850.2317
Hunter Lab52.312440.8398-22.2634
CIE-Lab59.311546.2848-26.4357

#c86fbe color RGB value is (200,111,190).

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

The process color (four color CMYK) of #c86fbe color hex is 0.00, 0.45, 0.05, 0.22. Web safe color of #c86fbe is #cc66cc. Color #c86fbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101111 10111110
Octal 310 157 276
Decimal 200 111 190
Hex C8 6F BE

RGB Percentages of Color #c86fbe

%39.92
%22.16
%37.92

CMYK Percentages of Color #c86fbe

%0
%45
%5
%22

Triadic Colors of #c86fbe

#c86fbe #bec86f #6fbec8

Analogous Colors of #c86fbe

#c86fbe #c86f92 #a66fc8

Monochromatic Colors of #c86fbe

#c86fbe

Complementary Color

#c86fbe #6fc879

#c86fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86fbe Color CSS Codes

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

#c86fbe Text Font Color

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

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


#c86fbe Background Color

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

This div background color is #c86fbe


#c86fbe Border Color

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

This div border color is #c86fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86fbe


Comments

No comments written yet.

Please login to write comment.