Color Hex Logo

#908aae Color Hex

#908AAE
(144,138,174)
0 Favorites   0 Comments

Color spaces of #908aae

RGB 144138174
HSL0.690.180.61
HSV250°21°68°
CMYK 0.170.210.00   0.32
XYZ28.230127.162243.7994
Yxy27.16220.28460.2738
Hunter Lab52.11745.4816-13.3451
CIE-Lab59.12429.7905-18.1140

#908aae color RGB value is (144,138,174).

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

The process color (four color CMYK) of #908aae color hex is 0.17, 0.21, 0.00, 0.32. Web safe color of #908aae is #999999. Color #908aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10001010 10101110
Octal 220 212 256
Decimal 144 138 174
Hex 90 8A AE

RGB Percentages of Color #908aae

%31.58
%30.26
%38.16

CMYK Percentages of Color #908aae

%17
%21
%0
%32

Triadic Colors of #908aae

#908aae #ae908a #8aae90

Analogous Colors of #908aae

#908aae #a28aae #8a96ae

Monochromatic Colors of #908aae

#908aae

Complementary Color

#908aae #a8ae8a

#908aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#908aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#908aae Color CSS Codes

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

#908aae Text Font Color

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

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


#908aae Background Color

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

This div background color is #908aae


#908aae Border Color

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

This div border color is #908aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #908aae


Comments

No comments written yet.

Please login to write comment.