Color Hex Logo

#935aab Color Hex

#935AAB
(147,90,171)
0 Favorites   0 Comments

Color spaces of #935aab

RGB 14790171
HSL0.780.330.51
HSV282°47°67°
CMYK 0.140.470.00   0.33
XYZ23.039516.455640.4900
Yxy16.45560.28800.2057
Hunter Lab40.565530.3909-30.7838
CIE-Lab47.566637.7619-34.2245

#935aab color RGB value is (147,90,171).

#935aab hex color red value is 147, green value is 90 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #935aab hue: 0.78 , saturation: 0.33 and the lightness value of 935aab is 0.51.

The process color (four color CMYK) of #935aab color hex is 0.14, 0.47, 0.00, 0.33. Web safe color of #935aab is #996699. Color #935aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01011010 10101011
Octal 223 132 253
Decimal 147 90 171
Hex 93 5A AB

RGB Percentages of Color #935aab

%36.03
%22.06
%41.91

CMYK Percentages of Color #935aab

%14
%47
%0
%33

Triadic Colors of #935aab

#935aab #ab935a #5aab93

Analogous Colors of #935aab

#935aab #ab5a9b #6b5aab

Monochromatic Colors of #935aab

#935aab

Complementary Color

#935aab #72ab5a

#935aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#935aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#935aab Color CSS Codes

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

#935aab Text Font Color

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

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


#935aab Background Color

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

This div background color is #935aab


#935aab Border Color

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

This div border color is #935aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #935aab


Comments

No comments written yet.

Please login to write comment.