Color Hex Logo

#920aab Color Hex

#920AAB
(146,10,171)
0 Favorites   0 Comments

Color spaces of #920aab

RGB 14610171
HSL0.810.890.35
HSV291°94°67°
CMYK 0.150.940.00   0.33
XYZ19.31339.268339.2991
Yxy9.26830.28450.1365
Hunter Lab30.443959.9619-55.2250
CIE-Lab36.495867.6767-51.8881

#920aab color RGB value is (146,10,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010010 00001010 10101011
Octal 222 12 253
Decimal 146 10 171
Hex 92 A AB

RGB Percentages of Color #920aab

%44.65
%3.06
%52.29

CMYK Percentages of Color #920aab

%15
%94
%0
%33

Triadic Colors of #920aab

#920aab #ab920a #0aab92

Analogous Colors of #920aab

#920aab #ab0a74 #420aab

Monochromatic Colors of #920aab

#920aab

Complementary Color

#920aab #23ab0a

#920aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#920aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#920aab Color CSS Codes

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

#920aab Text Font Color

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

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


#920aab Background Color

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

This div background color is #920aab


#920aab Border Color

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

This div border color is #920aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #920aab


Comments

No comments written yet.

Please login to write comment.