Color Hex Logo

#8958ab Color Hex

#8958AB
(137,88,171)
0 Favorites   0 Comments

Color spaces of #8958ab

RGB 13788171
HSL0.770.330.51
HSV275°49°67°
CMYK 0.200.490.00   0.33
XYZ21.156915.238140.3542
Yxy15.23810.27570.1985
Hunter Lab39.036028.4312-33.9669
CIE-Lab45.958635.9593-36.8360

#8958ab color RGB value is (137,88,171).

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

The process color (four color CMYK) of #8958ab color hex is 0.20, 0.49, 0.00, 0.33. Web safe color of #8958ab is #996699. Color #8958ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01011000 10101011
Octal 211 130 253
Decimal 137 88 171
Hex 89 58 AB

RGB Percentages of Color #8958ab

%34.60
%22.22
%43.18

CMYK Percentages of Color #8958ab

%20
%49
%0
%33

Triadic Colors of #8958ab

#8958ab #ab8958 #58ab89

Analogous Colors of #8958ab

#8958ab #ab58a4 #6058ab

Monochromatic Colors of #8958ab

#8958ab

Complementary Color

#8958ab #7aab58

#8958ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8958ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8958ab Color CSS Codes

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

#8958ab Text Font Color

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

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


#8958ab Background Color

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

This div background color is #8958ab


#8958ab Border Color

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

This div border color is #8958ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8958ab


Comments

No comments written yet.

Please login to write comment.