Color Hex Logo

#93008a Color Hex

#93008A
(147,0,138)
0 Favorites   0 Comments

Color spaces of #93008a

RGB 1470138
HSL0.841.000.29
HSV304°100°58°
CMYK 0.001.000.06   0.42
XYZ16.62018.038024.7203
Yxy8.03800.33660.1628
Hunter Lab28.351455.0251-31.8505
CIE-Lab34.061963.8146-35.6961

#93008a color RGB value is (147,0,138).

#93008a hex color red value is 147, green value is 0 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #93008a hue: 0.84 , saturation: 1.00 and the lightness value of 93008a is 0.29.

The process color (four color CMYK) of #93008a color hex is 0.00, 1.00, 0.06, 0.42. Web safe color of #93008a is #990099. Color #93008a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00000000 10001010
Octal 223 0 212
Decimal 147 0 138
Hex 93 0 8A

RGB Percentages of Color #93008a

%51.58
%0.00
%48.42

CMYK Percentages of Color #93008a

%0
%100
%6
%42

Triadic Colors of #93008a

#93008a #8a9300 #008a93

Analogous Colors of #93008a

#93008a #930040 #530093

Monochromatic Colors of #93008a

#93008a

Complementary Color

#93008a #009309

#93008a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#93008a Color Preview on White Background

Lorem ipsum dolor sit amet.

#93008a Color CSS Codes

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

#93008a Text Font Color

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

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


#93008a Background Color

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

This div background color is #93008a


#93008a Border Color

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

This div border color is #93008a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #93008a


Comments

No comments written yet.

Please login to write comment.