Color Hex Logo

#8052ab Color Hex

#8052AB
(128,82,171)
0 Favorites   0 Comments

Color spaces of #8052ab

RGB 12882171
HSL0.750.350.50
HSV271°52°67°
CMYK 0.250.520.00   0.33
XYZ19.270113.564140.1306
Yxy13.56410.26410.1859
Hunter Lab36.829528.9441-38.8237
CIE-Lab43.601236.8307-40.6347

#8052ab color RGB value is (128,82,171).

#8052ab hex color red value is 128, green value is 82 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8052ab hue: 0.75 , saturation: 0.35 and the lightness value of 8052ab is 0.50.

The process color (four color CMYK) of #8052ab color hex is 0.25, 0.52, 0.00, 0.33. Web safe color of #8052ab is #996699. Color #8052ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010010 10101011
Octal 200 122 253
Decimal 128 82 171
Hex 80 52 AB

RGB Percentages of Color #8052ab

%33.60
%21.52
%44.88

CMYK Percentages of Color #8052ab

%25
%52
%0
%33

Triadic Colors of #8052ab

#8052ab #ab8052 #52ab80

Analogous Colors of #8052ab

#8052ab #ab52aa #5452ab

Monochromatic Colors of #8052ab

#8052ab

Complementary Color

#8052ab #7dab52

#8052ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8052ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8052ab Color CSS Codes

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

#8052ab Text Font Color

<p style="color:#8052ab">Text here</p>

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


#8052ab Background Color

<div style="background-color:#8052ab">
Div content here</div>

This div background color is #8052ab


#8052ab Border Color

<div style="border:3px solid #8052ab">
Div here</div>

This div border color is #8052ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,82,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8052ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8052ab;
  -webkit-box-shadow: 1px 1px 3px 2px #8052ab;
  box-shadow:         1px 1px 3px 2px #8052ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,82,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 #8052ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8052ab


Comments

No comments written yet.

Please login to write comment.