Color Hex Logo

#935dad Color Hex

#935DAD
(147,93,173)
0 Favorites   0 Comments

Color spaces of #935dad

RGB 14793173
HSL0.780.330.52
HSV281°46°68°
CMYK 0.150.460.00   0.32
XYZ23.489817.048941.5879
Yxy17.04890.28600.2076
Hunter Lab41.290329.2895-30.8141
CIE-Lab48.321636.5258-34.2112

#935dad color RGB value is (147,93,173).

#935dad hex color red value is 147, green value is 93 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #935dad hue: 0.78 , saturation: 0.33 and the lightness value of 935dad is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01011101 10101101
Octal 223 135 255
Decimal 147 93 173
Hex 93 5D AD

RGB Percentages of Color #935dad

%35.59
%22.52
%41.89

CMYK Percentages of Color #935dad

%15
%46
%0
%32

Triadic Colors of #935dad

#935dad #ad935d #5dad93

Analogous Colors of #935dad

#935dad #ad5d9f #6b5dad

Monochromatic Colors of #935dad

#935dad

Complementary Color

#935dad #77ad5d

#935dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#935dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#935dad Color CSS Codes

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

#935dad Text Font Color

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

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


#935dad Background Color

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

This div background color is #935dad


#935dad Border Color

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

This div border color is #935dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #935dad


Comments

No comments written yet.

Please login to write comment.