Color Hex Logo

#868bed Color Hex

#868BED
(134,139,237)
0 Favorites   0 Comments

Color spaces of #868bed

RGB 134139237
HSL0.660.740.73
HSV237°43°93°
CMYK 0.430.410.00   0.07
XYZ34.350229.648084.0329
Yxy29.64800.23200.2003
Hunter Lab54.450017.3207-53.3875
CIE-Lab61.349322.7483-50.0928

#868bed color RGB value is (134,139,237).

#868bed hex color red value is 134, green value is 139 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #868bed hue: 0.66 , saturation: 0.74 and the lightness value of 868bed is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001011 11101101
Octal 206 213 355
Decimal 134 139 237
Hex 86 8B ED

RGB Percentages of Color #868bed

%26.27
%27.25
%46.47

CMYK Percentages of Color #868bed

%43
%41
%0
%7

Triadic Colors of #868bed

#868bed #ed868b #8bed86

Analogous Colors of #868bed

#868bed #b586ed #86bfed

Monochromatic Colors of #868bed

#868bed

Complementary Color

#868bed #ede886

#868bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#868bed Color CSS Codes

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

#868bed Text Font Color

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

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


#868bed Background Color

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

This div background color is #868bed


#868bed Border Color

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

This div border color is #868bed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,139,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #868bed">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868bed


Comments

No comments written yet.

Please login to write comment.