Color Hex Logo

#c86bde Color Hex

#C86BDE
(200,107,222)
0 Favorites   0 Comments

Color spaces of #c86bde

RGB 200107222
HSL0.800.640.65
HSV289°52°87°
CMYK 0.100.520.00   0.13
XYZ42.261928.068772.2976
Yxy28.06870.29630.1968
Hunter Lab52.979949.6741-43.8226
CIE-Lab59.950854.2540-43.5327

#c86bde color RGB value is (200,107,222).

#c86bde hex color red value is 200, green value is 107 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c86bde hue: 0.80 , saturation: 0.64 and the lightness value of c86bde is 0.65.

The process color (four color CMYK) of #c86bde color hex is 0.10, 0.52, 0.00, 0.13. Web safe color of #c86bde is #cc66cc. Color #c86bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101011 11011110
Octal 310 153 336
Decimal 200 107 222
Hex C8 6B DE

RGB Percentages of Color #c86bde

%37.81
%20.23
%41.97

CMYK Percentages of Color #c86bde

%10
%52
%0
%13

Triadic Colors of #c86bde

#c86bde #dec86b #6bdec8

Analogous Colors of #c86bde

#c86bde #de6bbb #8f6bde

Monochromatic Colors of #c86bde

#c86bde

Complementary Color

#c86bde #81de6b

#c86bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86bde Color CSS Codes

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

#c86bde Text Font Color

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

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


#c86bde Background Color

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

This div background color is #c86bde


#c86bde Border Color

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

This div border color is #c86bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86bde


Comments

No comments written yet.

Please login to write comment.