Color Hex Logo

#8987ed Color Hex

#8987ED
(137,135,237)
0 Favorites   0 Comments

Color spaces of #8987ed

RGB 137135237
HSL0.670.740.73
HSV241°43°93°
CMYK 0.420.430.00   0.07
XYZ34.266628.760783.8661
Yxy28.76070.23330.1958
Hunter Lab53.629020.2030-55.1786
CIE-Lab60.569925.8189-51.3152

#8987ed color RGB value is (137,135,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000111 11101101
Octal 211 207 355
Decimal 137 135 237
Hex 89 87 ED

RGB Percentages of Color #8987ed

%26.92
%26.52
%46.56

CMYK Percentages of Color #8987ed

%42
%43
%0
%7

Triadic Colors of #8987ed

#8987ed #ed8987 #87ed89

Analogous Colors of #8987ed

#8987ed #bc87ed #87b8ed

Monochromatic Colors of #8987ed

#8987ed

Complementary Color

#8987ed #ebed87

#8987ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8987ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8987ed Color CSS Codes

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

#8987ed Text Font Color

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

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


#8987ed Background Color

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

This div background color is #8987ed


#8987ed Border Color

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

This div border color is #8987ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8987ed


Comments

No comments written yet.

Please login to write comment.