Color Hex Logo

#93427a Color Hex

#93427A
(147,66,122)
0 Favorites   0 Comments

Color spaces of #93427a

RGB 14766122
HSL0.880.380.42
HSV319°55°58°
CMYK 0.000.550.17   0.42
XYZ17.493711.504619.7109
Yxy11.50460.35910.2362
Hunter Lab33.918432.7055-10.7121
CIE-Lab40.417741.2345-15.8671

#93427a color RGB value is (147,66,122).

#93427a hex color red value is 147, green value is 66 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #93427a hue: 0.88 , saturation: 0.38 and the lightness value of 93427a is 0.42.

The process color (four color CMYK) of #93427a color hex is 0.00, 0.55, 0.17, 0.42. Web safe color of #93427a is #993366. Color #93427a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01000010 01111010
Octal 223 102 172
Decimal 147 66 122
Hex 93 42 7A

RGB Percentages of Color #93427a

%43.88
%19.70
%36.42

CMYK Percentages of Color #93427a

%0
%55
%17
%42

Triadic Colors of #93427a

#93427a #7a9342 #427a93

Analogous Colors of #93427a

#93427a #934251 #844293

Monochromatic Colors of #93427a

#93427a

Complementary Color

#93427a #42935b

#93427a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93427a Color Preview on White Background

Lorem ipsum dolor sit amet.

#93427a Color CSS Codes

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

#93427a Text Font Color

<p style="color:#93427a">Text here</p>

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


#93427a Background Color

<div style="background-color:#93427a">
Div content here</div>

This div background color is #93427a


#93427a Border Color

<div style="border:3px solid #93427a">
Div here</div>

This div border color is #93427a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,66,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #93427a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #93427a;
  -webkit-box-shadow: 1px 1px 3px 2px #93427a;
  box-shadow:         1px 1px 3px 2px #93427a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93427a


Comments

No comments written yet.

Please login to write comment.