Color Hex Logo

#938dae Color Hex

#938DAE
(147,141,174)
0 Favorites   0 Comments

Color spaces of #938dae

RGB 147141174
HSL0.700.170.62
HSV251°19°68°
CMYK 0.160.190.00   0.32
XYZ29.197528.308843.9697
Yxy28.30880.28770.2790
Hunter Lab53.20604.8437-11.7533
CIE-Lab60.16679.0647-16.5076

#938dae color RGB value is (147,141,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001101 10101110
Octal 223 215 256
Decimal 147 141 174
Hex 93 8D AE

RGB Percentages of Color #938dae

%31.82
%30.52
%37.66

CMYK Percentages of Color #938dae

%16
%19
%0
%32

Triadic Colors of #938dae

#938dae #ae938d #8dae93

Analogous Colors of #938dae

#938dae #a48dae #8d98ae

Monochromatic Colors of #938dae

#938dae

Complementary Color

#938dae #a8ae8d

#938dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#938dae Color CSS Codes

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

#938dae Text Font Color

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

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


#938dae Background Color

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

This div background color is #938dae


#938dae Border Color

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

This div border color is #938dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938dae


Comments

No comments written yet.

Please login to write comment.