Color Hex Logo

#c86eeb Color Hex

#C86EEB
(200,110,235)
0 Favorites   0 Comments

Color spaces of #c86eeb

RGB 200110235
HSL0.790.760.68
HSV283°53°92°
CMYK 0.150.530.00   0.08
XYZ44.390729.429481.9381
Yxy29.42940.28500.1889
Hunter Lab54.248951.1272-51.5781
CIE-Lab61.158755.3503-48.8841

#c86eeb color RGB value is (200,110,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101110 11101011
Octal 310 156 353
Decimal 200 110 235
Hex C8 6E EB

RGB Percentages of Color #c86eeb

%36.70
%20.18
%43.12

CMYK Percentages of Color #c86eeb

%15
%53
%0
%8

Triadic Colors of #c86eeb

#c86eeb #ebc86e #6eebc8

Analogous Colors of #c86eeb

#c86eeb #eb6ed0 #8a6eeb

Monochromatic Colors of #c86eeb

#c86eeb

Complementary Color

#c86eeb #91eb6e

#c86eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86eeb Color CSS Codes

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

#c86eeb Text Font Color

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

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


#c86eeb Background Color

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

This div background color is #c86eeb


#c86eeb Border Color

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

This div border color is #c86eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86eeb


Comments

No comments written yet.

Please login to write comment.