Color Hex Logo

#9a0abb Color Hex

#9A0ABB
(154,10,187)
0 Favorites   0 Comments

Color spaces of #9a0abb

RGB 15410187
HSL0.800.900.39
HSV289°95°73°
CMYK 0.180.950.00   0.27
XYZ22.404610.675047.8933
Yxy10.67500.27670.1318
Hunter Lab32.672665.2258-64.0397
CIE-Lab39.027671.6777-57.2268

#9a0abb color RGB value is (154,10,187).

#9a0abb hex color red value is 154, green value is 10 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9a0abb hue: 0.80 , saturation: 0.90 and the lightness value of 9a0abb is 0.39.

The process color (four color CMYK) of #9a0abb color hex is 0.18, 0.95, 0.00, 0.27. Web safe color of #9a0abb is #9900cc. Color #9a0abb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 00001010 10111011
Octal 232 12 273
Decimal 154 10 187
Hex 9A A BB

RGB Percentages of Color #9a0abb

%43.87
%2.85
%53.28

CMYK Percentages of Color #9a0abb

%18
%95
%0
%27

Triadic Colors of #9a0abb

#9a0abb #bb9a0a #0abb9a

Analogous Colors of #9a0abb

#9a0abb #bb0a84 #410abb

Monochromatic Colors of #9a0abb

#9a0abb

Complementary Color

#9a0abb #2bbb0a

#9a0abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a0abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a0abb Color CSS Codes

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

#9a0abb Text Font Color

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

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


#9a0abb Background Color

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

This div background color is #9a0abb


#9a0abb Border Color

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

This div border color is #9a0abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a0abb


Comments

No comments written yet.

Please login to write comment.