Color Hex Logo

#935aad Color Hex

#935AAD
(147,90,173)
0 Favorites   0 Comments

Color spaces of #935aad

RGB 14790173
HSL0.780.340.52
HSV281°48°68°
CMYK 0.150.480.00   0.32
XYZ23.231616.532541.5018
Yxy16.53250.28590.2034
Hunter Lab40.660230.8325-32.0551
CIE-Lab47.665538.1998-35.2422

#935aad color RGB value is (147,90,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01011010 10101101
Octal 223 132 255
Decimal 147 90 173
Hex 93 5A AD

RGB Percentages of Color #935aad

%35.85
%21.95
%42.20

CMYK Percentages of Color #935aad

%15
%48
%0
%32

Triadic Colors of #935aad

#935aad #ad935a #5aad93

Analogous Colors of #935aad

#935aad #ad5a9e #6a5aad

Monochromatic Colors of #935aad

#935aad

Complementary Color

#935aad #74ad5a

#935aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#935aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#935aad Color CSS Codes

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

#935aad Text Font Color

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

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


#935aad Background Color

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

This div background color is #935aad


#935aad Border Color

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

This div border color is #935aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #935aad


Comments

No comments written yet.

Please login to write comment.