Color Hex Logo

#938dab Color Hex

#938DAB
(147,141,171)
0 Favorites   0 Comments

Color spaces of #938dab

RGB 147141171
HSL0.700.150.61
HSV252°18°67°
CMYK 0.140.180.00   0.33
XYZ28.908228.193142.4463
Yxy28.19310.29040.2832
Hunter Lab53.09724.2624-10.2289
CIE-Lab60.06288.3946-14.9594

#938dab color RGB value is (147,141,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001101 10101011
Octal 223 215 253
Decimal 147 141 171
Hex 93 8D AB

RGB Percentages of Color #938dab

%32.03
%30.72
%37.25

CMYK Percentages of Color #938dab

%14
%18
%0
%33

Triadic Colors of #938dab

#938dab #ab938d #8dab93

Analogous Colors of #938dab

#938dab #a28dab #8d96ab

Monochromatic Colors of #938dab

#938dab

Complementary Color

#938dab #a5ab8d

#938dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#938dab Color CSS Codes

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

#938dab Text Font Color

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

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


#938dab Background Color

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

This div background color is #938dab


#938dab Border Color

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

This div border color is #938dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938dab


Comments

No comments written yet.

Please login to write comment.