Color Hex Logo

#9a51be Color Hex

#9A51BE
(154,81,190)
0 Favorites   0 Comments

Color spaces of #9a51be

RGB 15481190
HSL0.780.460.53
HSV280°57°75°
CMYK 0.190.570.00   0.25
XYZ25.563116.472650.5474
Yxy16.47260.27610.1779
Hunter Lab40.586541.4007-45.4308
CIE-Lab47.588548.6582-45.2259

#9a51be color RGB value is (154,81,190).

#9a51be hex color red value is 154, green value is 81 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9a51be hue: 0.78 , saturation: 0.46 and the lightness value of 9a51be is 0.53.

The process color (four color CMYK) of #9a51be color hex is 0.19, 0.57, 0.00, 0.25. Web safe color of #9a51be is #9966cc. Color #9a51be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01010001 10111110
Octal 232 121 276
Decimal 154 81 190
Hex 9A 51 BE

RGB Percentages of Color #9a51be

%36.24
%19.06
%44.71

CMYK Percentages of Color #9a51be

%19
%57
%0
%25

Triadic Colors of #9a51be

#9a51be #be9a51 #51be9a

Analogous Colors of #9a51be

#9a51be #be51ac #6451be

Monochromatic Colors of #9a51be

#9a51be

Complementary Color

#9a51be #75be51

#9a51be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a51be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a51be Color CSS Codes

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

#9a51be Text Font Color

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

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


#9a51be Background Color

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

This div background color is #9a51be


#9a51be Border Color

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

This div border color is #9a51be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a51be


Comments

No comments written yet.

Please login to write comment.