Color Hex Logo

#918aad Color Hex

#918AAD
(145,138,173)
0 Favorites   0 Comments

Color spaces of #918aad

RGB 145138173
HSL0.700.180.61
HSV252°20°68°
CMYK 0.160.200.00   0.32
XYZ28.308427.213843.2959
Yxy27.21380.28650.2754
Hunter Lab52.16685.5712-12.6910
CIE-Lab59.17179.8937-17.4641

#918aad color RGB value is (145,138,173).

#918aad hex color red value is 145, green value is 138 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #918aad hue: 0.70 , saturation: 0.18 and the lightness value of 918aad is 0.61.

The process color (four color CMYK) of #918aad color hex is 0.16, 0.20, 0.00, 0.32. Web safe color of #918aad is #999999. Color #918aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 10001010 10101101
Octal 221 212 255
Decimal 145 138 173
Hex 91 8A AD

RGB Percentages of Color #918aad

%31.80
%30.26
%37.94

CMYK Percentages of Color #918aad

%16
%20
%0
%32

Triadic Colors of #918aad

#918aad #ad918a #8aad91

Analogous Colors of #918aad

#918aad #a38aad #8a95ad

Monochromatic Colors of #918aad

#918aad

Complementary Color

#918aad #a6ad8a

#918aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#918aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#918aad Color CSS Codes

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

#918aad Text Font Color

<p style="color:#918aad">Text here</p>

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


#918aad Background Color

<div style="background-color:#918aad">
Div content here</div>

This div background color is #918aad


#918aad Border Color

<div style="border:3px solid #918aad">
Div here</div>

This div border color is #918aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,138,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #918aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #918aad;
  -webkit-box-shadow: 1px 1px 3px 2px #918aad;
  box-shadow:         1px 1px 3px 2px #918aad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #918aad


Comments

No comments written yet.

Please login to write comment.