Color Hex Logo

#8987ea Color Hex

#8987EA
(137,135,234)
0 Favorites   0 Comments

Color spaces of #8987ea

RGB 137135234
HSL0.670.700.72
HSV241°42°92°
CMYK 0.410.420.00   0.08
XYZ33.831828.586881.5766
Yxy28.58680.23500.1985
Hunter Lab53.466619.3819-53.0350
CIE-Lab60.415224.9739-49.8981

#8987ea color RGB value is (137,135,234).

#8987ea hex color red value is 137, green value is 135 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8987ea hue: 0.67 , saturation: 0.70 and the lightness value of 8987ea is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000111 11101010
Octal 211 207 352
Decimal 137 135 234
Hex 89 87 EA

RGB Percentages of Color #8987ea

%27.08
%26.68
%46.25

CMYK Percentages of Color #8987ea

%41
%42
%0
%8

Triadic Colors of #8987ea

#8987ea #ea8987 #87ea89

Analogous Colors of #8987ea

#8987ea #bb87ea #87b7ea

Monochromatic Colors of #8987ea

#8987ea

Complementary Color

#8987ea #e8ea87

#8987ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8987ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8987ea Color CSS Codes

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

#8987ea Text Font Color

<p style="color:#8987ea">Text here</p>

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


#8987ea Background Color

<div style="background-color:#8987ea">
Div content here</div>

This div background color is #8987ea


#8987ea Border Color

<div style="border:3px solid #8987ea">
Div here</div>

This div border color is #8987ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,135,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8987ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8987ea;
  -webkit-box-shadow: 1px 1px 3px 2px #8987ea;
  box-shadow:         1px 1px 3px 2px #8987ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,135,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 #8987ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8987ea


Comments

No comments written yet.

Please login to write comment.