Color Hex Logo

#c86deb Color Hex

#C86DEB
(200,109,235)
0 Favorites   0 Comments

Color spaces of #c86deb

RGB 200109235
HSL0.790.760.67
HSV283°54°92°
CMYK 0.150.540.00   0.08
XYZ44.283529.214881.9023
Yxy29.21480.28500.1880
Hunter Lab54.050751.6555-52.0058
CIE-Lab60.970755.8481-49.1818

#c86deb color RGB value is (200,109,235).

#c86deb hex color red value is 200, green value is 109 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #c86deb hue: 0.79 , saturation: 0.76 and the lightness value of c86deb is 0.67.

The process color (four color CMYK) of #c86deb color hex is 0.15, 0.54, 0.00, 0.08. Web safe color of #c86deb is #cc66ff. Color #c86deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101101 11101011
Octal 310 155 353
Decimal 200 109 235
Hex C8 6D EB

RGB Percentages of Color #c86deb

%36.76
%20.04
%43.20

CMYK Percentages of Color #c86deb

%15
%54
%0
%8

Triadic Colors of #c86deb

#c86deb #ebc86d #6debc8

Analogous Colors of #c86deb

#c86deb #eb6dcf #896deb

Monochromatic Colors of #c86deb

#c86deb

Complementary Color

#c86deb #90eb6d

#c86deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86deb Color CSS Codes

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

#c86deb Text Font Color

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

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


#c86deb Background Color

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

This div background color is #c86deb


#c86deb Border Color

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

This div border color is #c86deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86deb


Comments

No comments written yet.

Please login to write comment.