Color Hex Logo

#93508b Color Hex

#93508B
(147,80,139)
0 Favorites   0 Comments

Color spaces of #93508b

RGB 14780139
HSL0.850.300.45
HSV307°46°58°
CMYK 0.000.460.05   0.42
XYZ19.561513.804426.0596
Yxy13.80440.32920.2323
Hunter Lab37.154328.9592-15.5774
CIE-Lab43.951136.7957-20.8106

#93508b color RGB value is (147,80,139).

#93508b hex color red value is 147, green value is 80 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #93508b hue: 0.85 , saturation: 0.30 and the lightness value of 93508b is 0.45.

The process color (four color CMYK) of #93508b color hex is 0.00, 0.46, 0.05, 0.42. Web safe color of #93508b is #996699. Color #93508b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01010000 10001011
Octal 223 120 213
Decimal 147 80 139
Hex 93 50 8B

RGB Percentages of Color #93508b

%40.16
%21.86
%37.98

CMYK Percentages of Color #93508b

%0
%46
%5
%42

Triadic Colors of #93508b

#93508b #8b9350 #508b93

Analogous Colors of #93508b

#93508b #93506a #7a5093

Monochromatic Colors of #93508b

#93508b

Complementary Color

#93508b #509358

#93508b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93508b Color Preview on White Background

Lorem ipsum dolor sit amet.

#93508b Color CSS Codes

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

#93508b Text Font Color

<p style="color:#93508b">Text here</p>

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


#93508b Background Color

<div style="background-color:#93508b">
Div content here</div>

This div background color is #93508b


#93508b Border Color

<div style="border:3px solid #93508b">
Div here</div>

This div border color is #93508b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,80,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93508b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93508b;
  -webkit-box-shadow: 1px 1px 3px 2px #93508b;
  box-shadow:         1px 1px 3px 2px #93508b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93508b


Comments

No comments written yet.

Please login to write comment.