Color Hex Logo

#8958aa Color Hex

#8958AA
(137,88,170)
0 Favorites   0 Comments

Color spaces of #8958aa

RGB 13788170
HSL0.770.330.51
HSV276°48°67°
CMYK 0.190.480.00   0.33
XYZ21.062015.200139.8540
Yxy15.20010.27670.1997
Hunter Lab38.987328.2028-33.3169
CIE-Lab45.907135.7278-36.3289

#8958aa color RGB value is (137,88,170).

#8958aa hex color red value is 137, green value is 88 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8958aa hue: 0.77 , saturation: 0.33 and the lightness value of 8958aa is 0.51.

The process color (four color CMYK) of #8958aa color hex is 0.19, 0.48, 0.00, 0.33. Web safe color of #8958aa is #996699. Color #8958aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011000 10101010
Octal 211 130 252
Decimal 137 88 170
Hex 89 58 AA

RGB Percentages of Color #8958aa

%34.68
%22.28
%43.04

CMYK Percentages of Color #8958aa

%19
%48
%0
%33

Triadic Colors of #8958aa

#8958aa #aa8958 #58aa89

Analogous Colors of #8958aa

#8958aa #aa58a2 #6058aa

Monochromatic Colors of #8958aa

#8958aa

Complementary Color

#8958aa #79aa58

#8958aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8958aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8958aa Color CSS Codes

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

#8958aa Text Font Color

<p style="color:#8958aa">Text here</p>

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


#8958aa Background Color

<div style="background-color:#8958aa">
Div content here</div>

This div background color is #8958aa


#8958aa Border Color

<div style="border:3px solid #8958aa">
Div here</div>

This div border color is #8958aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,88,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8958aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8958aa;
  -webkit-box-shadow: 1px 1px 3px 2px #8958aa;
  box-shadow:         1px 1px 3px 2px #8958aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8958aa


Comments

No comments written yet.

Please login to write comment.