Color Hex Logo

#93217e Color Hex

#93217E
(147,33,126)
0 Favorites   0 Comments

Color spaces of #93217e

RGB 14733126
HSL0.860.630.35
HSV311°78°58°
CMYK 0.000.780.14   0.42
XYZ16.34248.797120.5753
Yxy8.79710.35750.1924
Hunter Lab29.659946.4474-20.3680
CIE-Lab35.590755.6591-25.8198

#93217e color RGB value is (147,33,126).

#93217e hex color red value is 147, green value is 33 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #93217e hue: 0.86 , saturation: 0.63 and the lightness value of 93217e is 0.35.

The process color (four color CMYK) of #93217e color hex is 0.00, 0.78, 0.14, 0.42. Web safe color of #93217e is #993366. Color #93217e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00100001 01111110
Octal 223 41 176
Decimal 147 33 126
Hex 93 21 7E

RGB Percentages of Color #93217e

%48.04
%10.78
%41.18

CMYK Percentages of Color #93217e

%0
%78
%14
%42

Triadic Colors of #93217e

#93217e #7e9321 #217e93

Analogous Colors of #93217e

#93217e #932145 #6f2193

Monochromatic Colors of #93217e

#93217e

Complementary Color

#93217e #219336

#93217e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93217e Color Preview on White Background

Lorem ipsum dolor sit amet.

#93217e Color CSS Codes

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

#93217e Text Font Color

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

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


#93217e Background Color

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

This div background color is #93217e


#93217e Border Color

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

This div border color is #93217e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93217e


Comments

No comments written yet.

Please login to write comment.