Color Hex Logo

#935fad Color Hex

#935FAD
(147,95,173)
0 Favorites   0 Comments

Color spaces of #935fad

RGB 14795173
HSL0.780.320.53
HSV280°45°68°
CMYK 0.150.450.00   0.32
XYZ23.667717.404641.6472
Yxy17.40460.28610.2104
Hunter Lab41.718828.2577-29.9850
CIE-Lab48.765835.4010-33.5142

#935fad color RGB value is (147,95,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01011111 10101101
Octal 223 137 255
Decimal 147 95 173
Hex 93 5F AD

RGB Percentages of Color #935fad

%35.42
%22.89
%41.69

CMYK Percentages of Color #935fad

%15
%45
%0
%32

Triadic Colors of #935fad

#935fad #ad935f #5fad93

Analogous Colors of #935fad

#935fad #ad5fa0 #6c5fad

Monochromatic Colors of #935fad

#935fad

Complementary Color

#935fad #79ad5f

#935fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#935fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#935fad Color CSS Codes

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

#935fad Text Font Color

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

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


#935fad Background Color

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

This div background color is #935fad


#935fad Border Color

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

This div border color is #935fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #935fad


Comments

No comments written yet.

Please login to write comment.