Color Hex Logo

#c86beb Color Hex

#C86BEB
(200,107,235)
0 Favorites   0 Comments

Color spaces of #c86beb

RGB 200107235
HSL0.790.760.67
HSV284°54°92°
CMYK 0.150.540.00   0.08
XYZ44.072528.792981.8320
Yxy28.79290.28490.1861
Hunter Lab53.659052.7066-52.8581
CIE-Lab60.598456.8363-49.7716

#c86beb color RGB value is (200,107,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101011 11101011
Octal 310 153 353
Decimal 200 107 235
Hex C8 6B EB

RGB Percentages of Color #c86beb

%36.90
%19.74
%43.36

CMYK Percentages of Color #c86beb

%15
%54
%0
%8

Triadic Colors of #c86beb

#c86beb #ebc86b #6bebc8

Analogous Colors of #c86beb

#c86beb #eb6bce #886beb

Monochromatic Colors of #c86beb

#c86beb

Complementary Color

#c86beb #8eeb6b

#c86beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86beb Color CSS Codes

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

#c86beb Text Font Color

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

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


#c86beb Background Color

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

This div background color is #c86beb


#c86beb Border Color

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

This div border color is #c86beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86beb


Comments

No comments written yet.

Please login to write comment.