Color Hex Logo

#8981ec Color Hex

#8981EC
(137,129,236)
0 Favorites   0 Comments

Color spaces of #8981ec

RGB 137129236
HSL0.680.740.72
HSV244°45°93°
CMYK 0.420.450.00   0.07
XYZ33.307127.075082.8274
Yxy27.07500.23260.1891
Hunter Lab52.033623.2002-57.9546
CIE-Lab59.043729.0442-53.1865

#8981ec color RGB value is (137,129,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000001 11101100
Octal 211 201 354
Decimal 137 129 236
Hex 89 81 EC

RGB Percentages of Color #8981ec

%27.29
%25.70
%47.01

CMYK Percentages of Color #8981ec

%42
%45
%0
%7

Triadic Colors of #8981ec

#8981ec #ec8981 #81ec89

Analogous Colors of #8981ec

#8981ec #bf81ec #81afec

Monochromatic Colors of #8981ec

#8981ec

Complementary Color

#8981ec #e4ec81

#8981ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8981ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8981ec Color CSS Codes

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

#8981ec Text Font Color

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

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


#8981ec Background Color

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

This div background color is #8981ec


#8981ec Border Color

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

This div border color is #8981ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,129,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8981ec


Comments

No comments written yet.

Please login to write comment.