Color Hex Logo

#868feb Color Hex

#868FEB
(134,143,235)
0 Favorites   0 Comments

Color spaces of #868feb

RGB 134143235
HSL0.650.720.72
HSV235°43°92°
CMYK 0.430.390.00   0.08
XYZ34.649430.711482.6989
Yxy30.71140.23400.2074
Hunter Lab55.417914.6239-49.6847
CIE-Lab62.263219.8400-47.5411

#868feb color RGB value is (134,143,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001111 11101011
Octal 206 217 353
Decimal 134 143 235
Hex 86 8F EB

RGB Percentages of Color #868feb

%26.17
%27.93
%45.90

CMYK Percentages of Color #868feb

%43
%39
%0
%8

Triadic Colors of #868feb

#868feb #eb868f #8feb86

Analogous Colors of #868feb

#868feb #b086eb #86c2eb

Monochromatic Colors of #868feb

#868feb

Complementary Color

#868feb #ebe286

#868feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#868feb Color CSS Codes

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

#868feb Text Font Color

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

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


#868feb Background Color

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

This div background color is #868feb


#868feb Border Color

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

This div border color is #868feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868feb


Comments

No comments written yet.

Please login to write comment.