Color Hex Logo

#930aab Color Hex

#930AAB
(147,10,171)
0 Favorites   0 Comments

Color spaces of #930aab

RGB 14710171
HSL0.810.890.35
HSV291°94°67°
CMYK 0.140.940.00   0.33
XYZ19.49189.360439.3075
Yxy9.36040.28600.1373
Hunter Lab30.594860.1808-54.7582
CIE-Lab36.669167.8325-51.5994

#930aab color RGB value is (147,10,171).

#930aab hex color red value is 147, green value is 10 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #930aab hue: 0.81 , saturation: 0.89 and the lightness value of 930aab is 0.35.

The process color (four color CMYK) of #930aab color hex is 0.14, 0.94, 0.00, 0.33. Web safe color of #930aab is #990099. Color #930aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00001010 10101011
Octal 223 12 253
Decimal 147 10 171
Hex 93 A AB

RGB Percentages of Color #930aab

%44.82
%3.05
%52.13

CMYK Percentages of Color #930aab

%14
%94
%0
%33

Triadic Colors of #930aab

#930aab #ab930a #0aab93

Analogous Colors of #930aab

#930aab #ab0a73 #430aab

Monochromatic Colors of #930aab

#930aab

Complementary Color

#930aab #22ab0a

#930aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#930aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#930aab Color CSS Codes

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

#930aab Text Font Color

<p style="color:#930aab">Text here</p>

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


#930aab Background Color

<div style="background-color:#930aab">
Div content here</div>

This div background color is #930aab


#930aab Border Color

<div style="border:3px solid #930aab">
Div here</div>

This div border color is #930aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,10,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #930aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #930aab;
  -webkit-box-shadow: 1px 1px 3px 2px #930aab;
  box-shadow:         1px 1px 3px 2px #930aab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #930aab


Comments

No comments written yet.

Please login to write comment.