Color Hex Logo

#908eab Color Hex

#908EAB
(144,142,171)
0 Favorites   0 Comments

Color spaces of #908eab

RGB 144142171
HSL0.680.150.61
HSV244°17°67°
CMYK 0.160.170.00   0.33
XYZ28.525328.215642.4708
Yxy28.21560.28750.2844
Hunter Lab53.11842.8999-10.2225
CIE-Lab60.08306.8162-14.9526

#908eab color RGB value is (144,142,171).

#908eab hex color red value is 144, green value is 142 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #908eab hue: 0.68 , saturation: 0.15 and the lightness value of 908eab is 0.61.

The process color (four color CMYK) of #908eab color hex is 0.16, 0.17, 0.00, 0.33. Web safe color of #908eab is #999999. Color #908eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10001110 10101011
Octal 220 216 253
Decimal 144 142 171
Hex 90 8E AB

RGB Percentages of Color #908eab

%31.51
%31.07
%37.42

CMYK Percentages of Color #908eab

%16
%17
%0
%33

Triadic Colors of #908eab

#908eab #ab908e #8eab90

Analogous Colors of #908eab

#908eab #9f8eab #8e9bab

Monochromatic Colors of #908eab

#908eab

Complementary Color

#908eab #a9ab8e

#908eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#908eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#908eab Color CSS Codes

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

#908eab Text Font Color

<p style="color:#908eab">Text here</p>

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


#908eab Background Color

<div style="background-color:#908eab">
Div content here</div>

This div background color is #908eab


#908eab Border Color

<div style="border:3px solid #908eab">
Div here</div>

This div border color is #908eab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,142,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #908eab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #908eab;
  -webkit-box-shadow: 1px 1px 3px 2px #908eab;
  box-shadow:         1px 1px 3px 2px #908eab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,142,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 #908eab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #908eab


Comments

No comments written yet.

Please login to write comment.