Color Hex Logo

#c86feb Color Hex

#C86FEB
(200,111,235)
0 Favorites   0 Comments

Color spaces of #c86feb

RGB 200111235
HSL0.790.760.68
HSV283°53°92°
CMYK 0.150.530.00   0.08
XYZ44.499329.646481.9742
Yxy29.64640.28500.1899
Hunter Lab54.448550.5984-51.1493
CIE-Lab61.347954.8509-48.5847

#c86feb color RGB value is (200,111,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101111 11101011
Octal 310 157 353
Decimal 200 111 235
Hex C8 6F EB

RGB Percentages of Color #c86feb

%36.63
%20.33
%43.04

CMYK Percentages of Color #c86feb

%15
%53
%0
%8

Triadic Colors of #c86feb

#c86feb #ebc86f #6febc8

Analogous Colors of #c86feb

#c86feb #eb6fd0 #8a6feb

Monochromatic Colors of #c86feb

#c86feb

Complementary Color

#c86feb #92eb6f

#c86feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86feb Color CSS Codes

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

#c86feb Text Font Color

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

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


#c86feb Background Color

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

This div background color is #c86feb


#c86feb Border Color

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

This div border color is #c86feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86feb


Comments

No comments written yet.

Please login to write comment.