Color Hex Logo

#938aae Color Hex

#938AAE
(147,138,174)
0 Favorites   0 Comments

Color spaces of #938aae

RGB 147138174
HSL0.710.180.61
HSV255°21°68°
CMYK 0.160.210.00   0.32
XYZ28.761127.436043.8242
Yxy27.43600.28750.2743
Hunter Lab52.37946.3490-12.9405
CIE-Lab59.375710.7847-17.7081

#938aae color RGB value is (147,138,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001010 10101110
Octal 223 212 256
Decimal 147 138 174
Hex 93 8A AE

RGB Percentages of Color #938aae

%32.03
%30.07
%37.91

CMYK Percentages of Color #938aae

%16
%21
%0
%32

Triadic Colors of #938aae

#938aae #ae938a #8aae93

Analogous Colors of #938aae

#938aae #a58aae #8a93ae

Monochromatic Colors of #938aae

#938aae

Complementary Color

#938aae #a5ae8a

#938aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#938aae Color CSS Codes

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

#938aae Text Font Color

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

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


#938aae Background Color

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

This div background color is #938aae


#938aae Border Color

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

This div border color is #938aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,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 #938aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938aae


Comments

No comments written yet.

Please login to write comment.