Color Hex Logo

#93529e Color Hex

#93529E
(147,82,158)
0 Favorites   0 Comments

Color spaces of #93529e

RGB 14782158
HSL0.810.320.47
HSV291°48°62°
CMYK 0.070.480.00   0.38
XYZ21.221514.706334.0678
Yxy14.70630.30320.2101
Hunter Lab38.348831.6681-25.8271
CIE-Lab45.229339.4111-30.2088

#93529e color RGB value is (147,82,158).

#93529e hex color red value is 147, green value is 82 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #93529e hue: 0.81 , saturation: 0.32 and the lightness value of 93529e is 0.47.

The process color (four color CMYK) of #93529e color hex is 0.07, 0.48, 0.00, 0.38. Web safe color of #93529e is #996699. Color #93529e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01010010 10011110
Octal 223 122 236
Decimal 147 82 158
Hex 93 52 9E

RGB Percentages of Color #93529e

%37.98
%21.19
%40.83

CMYK Percentages of Color #93529e

%7
%48
%0
%38

Triadic Colors of #93529e

#93529e #9e9352 #529e93

Analogous Colors of #93529e

#93529e #9e5283 #6d529e

Monochromatic Colors of #93529e

#93529e

Complementary Color

#93529e #5d9e52

#93529e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93529e Color Preview on White Background

Lorem ipsum dolor sit amet.

#93529e Color CSS Codes

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

#93529e Text Font Color

<p style="color:#93529e">Text here</p>

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


#93529e Background Color

<div style="background-color:#93529e">
Div content here</div>

This div background color is #93529e


#93529e Border Color

<div style="border:3px solid #93529e">
Div here</div>

This div border color is #93529e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,82,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93529e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93529e;
  -webkit-box-shadow: 1px 1px 3px 2px #93529e;
  box-shadow:         1px 1px 3px 2px #93529e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93529e


Comments

No comments written yet.

Please login to write comment.