Color Hex Logo

#9114ab Color Hex

#9114AB
(145,20,171)
0 Favorites   0 Comments

Color spaces of #9114ab

RGB 14520171
HSL0.800.790.37
HSV290°88°67°
CMYK 0.150.880.00   0.33
XYZ19.27799.460339.3380
Yxy9.46030.28320.1390
Hunter Lab30.757658.0524-54.2997
CIE-Lab36.855865.9451-51.3143

#9114ab color RGB value is (145,20,171).

#9114ab hex color red value is 145, green value is 20 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9114ab hue: 0.80 , saturation: 0.79 and the lightness value of 9114ab is 0.37.

The process color (four color CMYK) of #9114ab color hex is 0.15, 0.88, 0.00, 0.33. Web safe color of #9114ab is #990099. Color #9114ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 00010100 10101011
Octal 221 24 253
Decimal 145 20 171
Hex 91 14 AB

RGB Percentages of Color #9114ab

%43.15
%5.95
%50.89

CMYK Percentages of Color #9114ab

%15
%88
%0
%33

Triadic Colors of #9114ab

#9114ab #ab9114 #14ab91

Analogous Colors of #9114ab

#9114ab #ab147a #4514ab

Monochromatic Colors of #9114ab

#9114ab

Complementary Color

#9114ab #2eab14

#9114ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9114ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9114ab Color CSS Codes

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

#9114ab Text Font Color

<p style="color:#9114ab">Text here</p>

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


#9114ab Background Color

<div style="background-color:#9114ab">
Div content here</div>

This div background color is #9114ab


#9114ab Border Color

<div style="border:3px solid #9114ab">
Div here</div>

This div border color is #9114ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,20,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9114ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9114ab;
  -webkit-box-shadow: 1px 1px 3px 2px #9114ab;
  box-shadow:         1px 1px 3px 2px #9114ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,20,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 #9114ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9114ab


Comments

No comments written yet.

Please login to write comment.