Color Hex Logo

#93559f Color Hex

#93559F
(147,85,159)
0 Favorites   0 Comments

Color spaces of #93559f

RGB 14785159
HSL0.810.300.48
HSV290°47°62°
CMYK 0.080.470.00   0.38
XYZ21.539115.203234.6002
Yxy15.20320.30190.2131
Hunter Lab38.991330.3701-25.3190
CIE-Lab45.911337.9772-29.7366

#93559f color RGB value is (147,85,159).

#93559f hex color red value is 147, green value is 85 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #93559f hue: 0.81 , saturation: 0.30 and the lightness value of 93559f is 0.48.

The process color (four color CMYK) of #93559f color hex is 0.08, 0.47, 0.00, 0.38. Web safe color of #93559f is #996699. Color #93559f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01010101 10011111
Octal 223 125 237
Decimal 147 85 159
Hex 93 55 9F

RGB Percentages of Color #93559f

%37.60
%21.74
%40.66

CMYK Percentages of Color #93559f

%8
%47
%0
%38

Triadic Colors of #93559f

#93559f #9f9355 #559f93

Analogous Colors of #93559f

#93559f #9f5586 #6e559f

Monochromatic Colors of #93559f

#93559f

Complementary Color

#93559f #619f55

#93559f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93559f Color Preview on White Background

Lorem ipsum dolor sit amet.

#93559f Color CSS Codes

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

#93559f Text Font Color

<p style="color:#93559f">Text here</p>

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


#93559f Background Color

<div style="background-color:#93559f">
Div content here</div>

This div background color is #93559f


#93559f Border Color

<div style="border:3px solid #93559f">
Div here</div>

This div border color is #93559f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,85,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93559f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93559f;
  -webkit-box-shadow: 1px 1px 3px 2px #93559f;
  box-shadow:         1px 1px 3px 2px #93559f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,85,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #93559f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93559f


Comments

No comments written yet.

Please login to write comment.