Color Hex Logo

#937dad Color Hex

#937DAD
(147,125,173)
0 Favorites   0 Comments

Color spaces of #937dad

RGB 147125173
HSL0.740.230.58
HSV268°28°68°
CMYK 0.150.280.00   0.32
XYZ26.909123.887442.7276
Yxy23.88740.28770.2554
Hunter Lab48.874712.7464-17.6206
CIE-Lab55.974918.0781-22.3296

#937dad color RGB value is (147,125,173).

#937dad hex color red value is 147, green value is 125 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #937dad hue: 0.74 , saturation: 0.23 and the lightness value of 937dad is 0.58.

The process color (four color CMYK) of #937dad color hex is 0.15, 0.28, 0.00, 0.32. Web safe color of #937dad is #996699. Color #937dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01111101 10101101
Octal 223 175 255
Decimal 147 125 173
Hex 93 7D AD

RGB Percentages of Color #937dad

%33.03
%28.09
%38.88

CMYK Percentages of Color #937dad

%15
%28
%0
%32

Triadic Colors of #937dad

#937dad #ad937d #7dad93

Analogous Colors of #937dad

#937dad #ab7dad #7d7fad

Monochromatic Colors of #937dad

#937dad

Complementary Color

#937dad #97ad7d

#937dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#937dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#937dad Color CSS Codes

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

#937dad Text Font Color

<p style="color:#937dad">Text here</p>

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


#937dad Background Color

<div style="background-color:#937dad">
Div content here</div>

This div background color is #937dad


#937dad Border Color

<div style="border:3px solid #937dad">
Div here</div>

This div border color is #937dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #937dad


Comments

No comments written yet.

Please login to write comment.