Color Hex Logo

#918bae Color Hex

#918BAE
(145,139,174)
0 Favorites   0 Comments

Color spaces of #918bae

RGB 145139174
HSL0.700.180.61
HSV250°20°68°
CMYK 0.170.200.00   0.32
XYZ28.549727.541043.8556
Yxy27.54100.28570.2756
Hunter Lab52.47955.2677-12.8113
CIE-Lab59.47189.5463-17.5778

#918bae color RGB value is (145,139,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 10001011 10101110
Octal 221 213 256
Decimal 145 139 174
Hex 91 8B AE

RGB Percentages of Color #918bae

%31.66
%30.35
%37.99

CMYK Percentages of Color #918bae

%17
%20
%0
%32

Triadic Colors of #918bae

#918bae #ae918b #8bae91

Analogous Colors of #918bae

#918bae #a38bae #8b97ae

Monochromatic Colors of #918bae

#918bae

Complementary Color

#918bae #a8ae8b

#918bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#918bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#918bae Color CSS Codes

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

#918bae Text Font Color

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

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


#918bae Background Color

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

This div background color is #918bae


#918bae Border Color

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

This div border color is #918bae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,139,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 #918bae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #918bae


Comments

No comments written yet.

Please login to write comment.