Color Hex Logo

#868aed Color Hex

#868AED
(134,138,237)
0 Favorites   0 Comments

Color spaces of #868aed

RGB 134138237
HSL0.660.740.73
HSV238°43°93°
CMYK 0.430.420.00   0.07
XYZ34.206129.359783.9849
Yxy29.35970.23180.1990
Hunter Lab54.184617.8619-53.9690
CIE-Lab61.097823.3338-50.4915

#868aed color RGB value is (134,138,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10001010 11101101
Octal 206 212 355
Decimal 134 138 237
Hex 86 8A ED

RGB Percentages of Color #868aed

%26.33
%27.11
%46.56

CMYK Percentages of Color #868aed

%43
%42
%0
%7

Triadic Colors of #868aed

#868aed #ed868a #8aed86

Analogous Colors of #868aed

#868aed #b686ed #86beed

Monochromatic Colors of #868aed

#868aed

Complementary Color

#868aed #ede986

#868aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#868aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#868aed Color CSS Codes

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

#868aed Text Font Color

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

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


#868aed Background Color

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

This div background color is #868aed


#868aed Border Color

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

This div border color is #868aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #868aed


Comments

No comments written yet.

Please login to write comment.