Color Hex Logo

#938daa Color Hex

#938DAA
(147,141,170)
0 Favorites   0 Comments

Color spaces of #938daa

RGB 147141170
HSL0.700.150.61
HSV252°17°67°
CMYK 0.140.170.00   0.33
XYZ28.813228.155141.9461
Yxy28.15510.29130.2846
Hunter Lab53.06144.0710-9.7270
CIE-Lab60.02868.1732-14.4422

#938daa color RGB value is (147,141,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001101 10101010
Octal 223 215 252
Decimal 147 141 170
Hex 93 8D AA

RGB Percentages of Color #938daa

%32.10
%30.79
%37.12

CMYK Percentages of Color #938daa

%14
%17
%0
%33

Triadic Colors of #938daa

#938daa #aa938d #8daa93

Analogous Colors of #938daa

#938daa #a28daa #8d96aa

Monochromatic Colors of #938daa

#938daa

Complementary Color

#938daa #a4aa8d

#938daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#938daa Color CSS Codes

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

#938daa Text Font Color

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

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


#938daa Background Color

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

This div background color is #938daa


#938daa Border Color

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

This div border color is #938daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938daa


Comments

No comments written yet.

Please login to write comment.