Color Hex Logo

#9a51af Color Hex

#9A51AF
(154,81,175)
0 Favorites   0 Comments

Color spaces of #9a51af

RGB 15481175
HSL0.800.370.50
HSV287°54°69°
CMYK 0.120.540.00   0.31
XYZ24.006715.850042.3515
Yxy15.85000.29200.1928
Hunter Lab39.812137.9645-35.2034
CIE-Lab46.777145.4681-37.7570

#9a51af color RGB value is (154,81,175).

#9a51af hex color red value is 154, green value is 81 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9a51af hue: 0.80 , saturation: 0.37 and the lightness value of 9a51af is 0.50.

The process color (four color CMYK) of #9a51af color hex is 0.12, 0.54, 0.00, 0.31. Web safe color of #9a51af is #996699. Color #9a51af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01010001 10101111
Octal 232 121 257
Decimal 154 81 175
Hex 9A 51 AF

RGB Percentages of Color #9a51af

%37.56
%19.76
%42.68

CMYK Percentages of Color #9a51af

%12
%54
%0
%31

Triadic Colors of #9a51af

#9a51af #af9a51 #51af9a

Analogous Colors of #9a51af

#9a51af #af5195 #6b51af

Monochromatic Colors of #9a51af

#9a51af

Complementary Color

#9a51af #66af51

#9a51af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a51af Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a51af Color CSS Codes

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

#9a51af Text Font Color

<p style="color:#9a51af">Text here</p>

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


#9a51af Background Color

<div style="background-color:#9a51af">
Div content here</div>

This div background color is #9a51af


#9a51af Border Color

<div style="border:3px solid #9a51af">
Div here</div>

This div border color is #9a51af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,81,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a51af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a51af;
  -webkit-box-shadow: 1px 1px 3px 2px #9a51af;
  box-shadow:         1px 1px 3px 2px #9a51af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,81,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a51af


Comments

No comments written yet.

Please login to write comment.