Color Hex Logo

#8981fa Color Hex

#8981FA
(137,129,250)
0 Favorites   0 Comments

Color spaces of #8981fa

RGB 137129250
HSL0.680.920.74
HSV244°48°98°
CMYK 0.450.480.00   0.02
XYZ35.422127.921093.9648
Yxy27.92100.22520.1775
Hunter Lab52.840327.1889-68.4459
CIE-Lab59.817333.0185-59.6943

#8981fa color RGB value is (137,129,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000001 11111010
Octal 211 201 372
Decimal 137 129 250
Hex 89 81 FA

RGB Percentages of Color #8981fa

%26.55
%25.00
%48.45

CMYK Percentages of Color #8981fa

%45
%48
%0
%2

Triadic Colors of #8981fa

#8981fa #fa8981 #81fa89

Analogous Colors of #8981fa

#8981fa #c681fa #81b6fa

Monochromatic Colors of #8981fa

#8981fa

Complementary Color

#8981fa #f2fa81

#8981fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8981fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8981fa Color CSS Codes

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

#8981fa Text Font Color

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

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


#8981fa Background Color

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

This div background color is #8981fa


#8981fa Border Color

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

This div border color is #8981fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8981fa


Comments

No comments written yet.

Please login to write comment.