Color Hex Logo

#935ead Color Hex

#935EAD
(147,94,173)
0 Favorites   0 Comments

Color spaces of #935ead

RGB 14794173
HSL0.780.330.52
HSV280°46°68°
CMYK 0.150.460.00   0.32
XYZ23.578217.225641.6173
Yxy17.22560.28610.2090
Hunter Lab41.503728.7740-30.3996
CIE-Lab48.543035.9644-33.8636

#935ead color RGB value is (147,94,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01011110 10101101
Octal 223 136 255
Decimal 147 94 173
Hex 93 5E AD

RGB Percentages of Color #935ead

%35.51
%22.71
%41.79

CMYK Percentages of Color #935ead

%15
%46
%0
%32

Triadic Colors of #935ead

#935ead #ad935e #5ead93

Analogous Colors of #935ead

#935ead #ad5ea0 #6c5ead

Monochromatic Colors of #935ead

#935ead

Complementary Color

#935ead #78ad5e

#935ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#935ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#935ead Color CSS Codes

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

#935ead Text Font Color

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

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


#935ead Background Color

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

This div background color is #935ead


#935ead Border Color

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

This div border color is #935ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #935ead


Comments

No comments written yet.

Please login to write comment.