Color Hex Logo

#9311ae Color Hex

#9311AE
(147,17,174)
0 Favorites   0 Comments

Color spaces of #9311ae

RGB 14717174
HSL0.800.820.37
HSV290°90°68°
CMYK 0.160.900.00   0.32
XYZ19.87319.659940.8615
Yxy9.65990.28230.1372
Hunter Lab31.080459.7440-56.1925
CIE-Lab37.225067.3468-52.4935

#9311ae color RGB value is (147,17,174).

#9311ae hex color red value is 147, green value is 17 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9311ae hue: 0.80 , saturation: 0.82 and the lightness value of 9311ae is 0.37.

The process color (four color CMYK) of #9311ae color hex is 0.16, 0.90, 0.00, 0.32. Web safe color of #9311ae is #990099. Color #9311ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 00010001 10101110
Octal 223 21 256
Decimal 147 17 174
Hex 93 11 AE

RGB Percentages of Color #9311ae

%43.49
%5.03
%51.48

CMYK Percentages of Color #9311ae

%16
%90
%0
%32

Triadic Colors of #9311ae

#9311ae #ae9311 #11ae93

Analogous Colors of #9311ae

#9311ae #ae117b #4511ae

Monochromatic Colors of #9311ae

#9311ae

Complementary Color

#9311ae #2cae11

#9311ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9311ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9311ae Color CSS Codes

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

#9311ae Text Font Color

<p style="color:#9311ae">Text here</p>

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


#9311ae Background Color

<div style="background-color:#9311ae">
Div content here</div>

This div background color is #9311ae


#9311ae Border Color

<div style="border:3px solid #9311ae">
Div here</div>

This div border color is #9311ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,17,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9311ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9311ae;
  -webkit-box-shadow: 1px 1px 3px 2px #9311ae;
  box-shadow:         1px 1px 3px 2px #9311ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9311ae


Comments

No comments written yet.

Please login to write comment.