Color Hex Logo

#868aea Color Hex

#868AEA
(134,138,234)
0 Favorites   0 Comments

Color spaces of #868aea

RGB 134138234
HSL0.660.700.72
HSV238°43°92°
CMYK 0.430.410.00   0.08
XYZ33.771329.185881.6954
Yxy29.18580.23350.2018
Hunter Lab54.023917.0418-51.8421
CIE-Lab60.945322.4779-49.0724

#868aea color RGB value is (134,138,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001010 11101010
Octal 206 212 352
Decimal 134 138 234
Hex 86 8A EA

RGB Percentages of Color #868aea

%26.48
%27.27
%46.25

CMYK Percentages of Color #868aea

%43
%41
%0
%8

Triadic Colors of #868aea

#868aea #ea868a #8aea86

Analogous Colors of #868aea

#868aea #b486ea #86bcea

Monochromatic Colors of #868aea

#868aea

Complementary Color

#868aea #eae686

#868aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#868aea Color CSS Codes

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

#868aea Text Font Color

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

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


#868aea Background Color

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

This div background color is #868aea


#868aea Border Color

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

This div border color is #868aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868aea


Comments

No comments written yet.

Please login to write comment.