Color Hex Logo

#868ceb Color Hex

#868CEB
(134,140,235)
0 Favorites   0 Comments

Color spaces of #868ceb

RGB 134140235
HSL0.660.720.72
HSV236°43°92°
CMYK 0.430.400.00   0.08
XYZ34.205029.822782.5508
Yxy29.82270.23340.2035
Hunter Lab54.610216.2354-51.3979
CIE-Lab61.500921.5922-48.7464

#868ceb color RGB value is (134,140,235).

#868ceb hex color red value is 134, green value is 140 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #868ceb hue: 0.66 , saturation: 0.72 and the lightness value of 868ceb is 0.72.

The process color (four color CMYK) of #868ceb color hex is 0.43, 0.40, 0.00, 0.08. Web safe color of #868ceb is #9999ff. Color #868ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001100 11101011
Octal 206 214 353
Decimal 134 140 235
Hex 86 8C EB

RGB Percentages of Color #868ceb

%26.33
%27.50
%46.17

CMYK Percentages of Color #868ceb

%43
%40
%0
%8

Triadic Colors of #868ceb

#868ceb #eb868c #8ceb86

Analogous Colors of #868ceb

#868ceb #b386eb #86bfeb

Monochromatic Colors of #868ceb

#868ceb

Complementary Color

#868ceb #ebe586

#868ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#868ceb Color CSS Codes

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

#868ceb Text Font Color

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

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


#868ceb Background Color

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

This div background color is #868ceb


#868ceb Border Color

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

This div border color is #868ceb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,140,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #868ceb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #868ceb;
  -webkit-box-shadow: 1px 1px 3px 2px #868ceb;
  box-shadow:         1px 1px 3px 2px #868ceb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,140,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 #868ceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868ceb


Comments

No comments written yet.

Please login to write comment.