Color Hex Logo

#933aab Color Hex

#933AAB
(147,58,171)
0 Favorites   0 Comments

Color spaces of #933aab

RGB 14758171
HSL0.800.490.45
HSV287°66°67°
CMYK 0.140.660.00   0.33
XYZ20.896412.169439.7757
Yxy12.16940.28690.1671
Hunter Lab34.884745.8758-43.1835
CIE-Lab41.484153.9972-43.8609

#933aab color RGB value is (147,58,171).

#933aab hex color red value is 147, green value is 58 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #933aab hue: 0.80 , saturation: 0.49 and the lightness value of 933aab is 0.45.

The process color (four color CMYK) of #933aab color hex is 0.14, 0.66, 0.00, 0.33. Web safe color of #933aab is #993399. Color #933aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00111010 10101011
Octal 223 72 253
Decimal 147 58 171
Hex 93 3A AB

RGB Percentages of Color #933aab

%39.10
%15.43
%45.48

CMYK Percentages of Color #933aab

%14
%66
%0
%33

Triadic Colors of #933aab

#933aab #ab933a #3aab93

Analogous Colors of #933aab

#933aab #ab3a8b #5b3aab

Monochromatic Colors of #933aab

#933aab

Complementary Color

#933aab #52ab3a

#933aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#933aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#933aab Color CSS Codes

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

#933aab Text Font Color

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

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


#933aab Background Color

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

This div background color is #933aab


#933aab Border Color

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

This div border color is #933aab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,58,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 #933aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #933aab


Comments

No comments written yet.

Please login to write comment.