Color Hex Logo

#8981ed Color Hex

#8981ED
(137,129,237)
0 Favorites   0 Comments

Color spaces of #8981ed

RGB 137129237
HSL0.680.750.72
HSV244°46°93°
CMYK 0.420.460.00   0.07
XYZ33.452827.133383.5949
Yxy27.13330.23200.1882
Hunter Lab52.089623.4787-58.6875
CIE-Lab59.097529.3255-53.6559

#8981ed color RGB value is (137,129,237).

#8981ed hex color red value is 137, green value is 129 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #8981ed hue: 0.68 , saturation: 0.75 and the lightness value of 8981ed is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000001 11101101
Octal 211 201 355
Decimal 137 129 237
Hex 89 81 ED

RGB Percentages of Color #8981ed

%27.24
%25.65
%47.12

CMYK Percentages of Color #8981ed

%42
%46
%0
%7

Triadic Colors of #8981ed

#8981ed #ed8981 #81ed89

Analogous Colors of #8981ed

#8981ed #bf81ed #81afed

Monochromatic Colors of #8981ed

#8981ed

Complementary Color

#8981ed #e5ed81

#8981ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8981ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8981ed Color CSS Codes

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

#8981ed Text Font Color

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

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


#8981ed Background Color

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

This div background color is #8981ed


#8981ed Border Color

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

This div border color is #8981ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8981ed


Comments

No comments written yet.

Please login to write comment.