Color Hex Logo

#938bad Color Hex

#938BAD
(147,139,173)
0 Favorites   0 Comments

Color spaces of #938bad

RGB 147139173
HSL0.710.170.61
HSV254°20°68°
CMYK 0.150.200.00   0.32
XYZ28.808127.685443.3606
Yxy27.68540.28850.2773
Hunter Lab52.61695.6503-12.0279
CIE-Lab59.60349.9860-16.7930

#938bad color RGB value is (147,139,173).

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

The process color (four color CMYK) of #938bad color hex is 0.15, 0.20, 0.00, 0.32. Web safe color of #938bad is #999999. Color #938bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 10001011 10101101
Octal 223 213 255
Decimal 147 139 173
Hex 93 8B AD

RGB Percentages of Color #938bad

%32.03
%30.28
%37.69

CMYK Percentages of Color #938bad

%15
%20
%0
%32

Triadic Colors of #938bad

#938bad #ad938b #8bad93

Analogous Colors of #938bad

#938bad #a48bad #8b94ad

Monochromatic Colors of #938bad

#938bad

Complementary Color

#938bad #a5ad8b

#938bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#938bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#938bad Color CSS Codes

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

#938bad Text Font Color

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

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


#938bad Background Color

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

This div background color is #938bad


#938bad Border Color

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

This div border color is #938bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #938bad


Comments

No comments written yet.

Please login to write comment.