Color Hex Logo

#938caa Color Hex

#938CAA
(147,140,170)
0 Favorites   0 Comments

Color spaces of #938caa

RGB 147140170
HSL0.710.150.61
HSV254°18°67°
CMYK 0.140.180.00   0.33
XYZ28.666427.861541.8971
Yxy27.86150.29130.2831
Hunter Lab52.78404.5694-10.1124
CIE-Lab59.76348.7449-14.8427

#938caa color RGB value is (147,140,170).

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

The process color (four color CMYK) of #938caa color hex is 0.14, 0.18, 0.00, 0.33. Web safe color of #938caa is #999999. Color #938caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001100 10101010
Octal 223 214 252
Decimal 147 140 170
Hex 93 8C AA

RGB Percentages of Color #938caa

%32.17
%30.63
%37.20

CMYK Percentages of Color #938caa

%14
%18
%0
%33

Triadic Colors of #938caa

#938caa #aa938c #8caa93

Analogous Colors of #938caa

#938caa #a28caa #8c94aa

Monochromatic Colors of #938caa

#938caa

Complementary Color

#938caa #a3aa8c

#938caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#938caa Color CSS Codes

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

#938caa Text Font Color

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

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


#938caa Background Color

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

This div background color is #938caa


#938caa Border Color

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

This div border color is #938caa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,140,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938caa


Comments

No comments written yet.

Please login to write comment.