Color Hex Logo

#908aba Color Hex

#908ABA
(144,138,186)
0 Favorites   0 Comments

Color spaces of #908aba

RGB 144138186
HSL0.690.260.64
HSV248°26°73°
CMYK 0.230.260.00   0.27
XYZ29.453027.651450.2393
Yxy27.65140.27440.2576
Hunter Lab52.58467.9560-19.8364
CIE-Lab59.572512.6072-24.2486

#908aba color RGB value is (144,138,186).

#908aba hex color red value is 144, green value is 138 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #908aba hue: 0.69 , saturation: 0.26 and the lightness value of 908aba is 0.64.

The process color (four color CMYK) of #908aba color hex is 0.23, 0.26, 0.00, 0.27. Web safe color of #908aba is #9999cc. Color #908aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10001010 10111010
Octal 220 212 272
Decimal 144 138 186
Hex 90 8A BA

RGB Percentages of Color #908aba

%30.77
%29.49
%39.74

CMYK Percentages of Color #908aba

%23
%26
%0
%27

Triadic Colors of #908aba

#908aba #ba908a #8aba90

Analogous Colors of #908aba

#908aba #a88aba #8a9cba

Monochromatic Colors of #908aba

#908aba

Complementary Color

#908aba #b4ba8a

#908aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#908aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#908aba Color CSS Codes

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

#908aba Text Font Color

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

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


#908aba Background Color

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

This div background color is #908aba


#908aba Border Color

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

This div border color is #908aba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,138,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #908aba


Comments

No comments written yet.

Please login to write comment.