Color Hex Logo

#8a50ab Color Hex

#8A50AB
(138,80,171)
0 Favorites   0 Comments

Color spaces of #8a50ab

RGB 13880171
HSL0.770.360.49
HSV278°53°67°
CMYK 0.190.530.00   0.33
XYZ20.700614.080940.1549
Yxy14.08090.27620.1879
Hunter Lab37.524532.8025-37.1789
CIE-Lab44.348740.7041-39.3748

#8a50ab color RGB value is (138,80,171).

#8a50ab hex color red value is 138, green value is 80 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8a50ab hue: 0.77 , saturation: 0.36 and the lightness value of 8a50ab is 0.49.

The process color (four color CMYK) of #8a50ab color hex is 0.19, 0.53, 0.00, 0.33. Web safe color of #8a50ab is #996699. Color #8a50ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01010000 10101011
Octal 212 120 253
Decimal 138 80 171
Hex 8A 50 AB

RGB Percentages of Color #8a50ab

%35.48
%20.57
%43.96

CMYK Percentages of Color #8a50ab

%19
%53
%0
%33

Triadic Colors of #8a50ab

#8a50ab #ab8a50 #50ab8a

Analogous Colors of #8a50ab

#8a50ab #ab509f #5d50ab

Monochromatic Colors of #8a50ab

#8a50ab

Complementary Color

#8a50ab #71ab50

#8a50ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a50ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a50ab Color CSS Codes

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

#8a50ab Text Font Color

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

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


#8a50ab Background Color

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

This div background color is #8a50ab


#8a50ab Border Color

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

This div border color is #8a50ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,80,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a50ab


Comments

No comments written yet.

Please login to write comment.