Color Hex Logo

#8a0abb Color Hex

#8A0ABB
(138,10,187)
0 Favorites   0 Comments

Color spaces of #8a0abb

RGB 13810187
HSL0.790.900.39
HSV283°95°73°
CMYK 0.260.950.00   0.27
XYZ19.55949.208247.7602
Yxy9.20820.25560.1203
Hunter Lab30.345061.9515-72.0754
CIE-Lab36.382169.4101-61.6470

#8a0abb color RGB value is (138,10,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 00001010 10111011
Octal 212 12 273
Decimal 138 10 187
Hex 8A A BB

RGB Percentages of Color #8a0abb

%41.19
%2.99
%55.82

CMYK Percentages of Color #8a0abb

%26
%95
%0
%27

Triadic Colors of #8a0abb

#8a0abb #bb8a0a #0abb8a

Analogous Colors of #8a0abb

#8a0abb #bb0a94 #310abb

Monochromatic Colors of #8a0abb

#8a0abb

Complementary Color

#8a0abb #3bbb0a

#8a0abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a0abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a0abb Color CSS Codes

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

#8a0abb Text Font Color

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

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


#8a0abb Background Color

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

This div background color is #8a0abb


#8a0abb Border Color

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

This div border color is #8a0abb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,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 #8a0abb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a0abb


Comments

No comments written yet.

Please login to write comment.