Color Hex Logo

#804bab Color Hex

#804BAB
(128,75,171)
0 Favorites   0 Comments

Color spaces of #804bab

RGB 12875171
HSL0.760.390.48
HSV273°56°67°
CMYK 0.250.560.00   0.33
XYZ18.768812.561639.9635
Yxy12.56160.26330.1762
Hunter Lab35.442332.5021-42.0436
CIE-Lab42.095140.7529-43.0321

#804bab color RGB value is (128,75,171).

#804bab hex color red value is 128, green value is 75 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #804bab hue: 0.76 , saturation: 0.39 and the lightness value of 804bab is 0.48.

The process color (four color CMYK) of #804bab color hex is 0.25, 0.56, 0.00, 0.33. Web safe color of #804bab is #993399. Color #804bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01001011 10101011
Octal 200 113 253
Decimal 128 75 171
Hex 80 4B AB

RGB Percentages of Color #804bab

%34.22
%20.05
%45.72

CMYK Percentages of Color #804bab

%25
%56
%0
%33

Triadic Colors of #804bab

#804bab #ab804b #4bab80

Analogous Colors of #804bab

#804bab #ab4ba6 #504bab

Monochromatic Colors of #804bab

#804bab

Complementary Color

#804bab #76ab4b

#804bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#804bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#804bab Color CSS Codes

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

#804bab Text Font Color

<p style="color:#804bab">Text here</p>

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


#804bab Background Color

<div style="background-color:#804bab">
Div content here</div>

This div background color is #804bab


#804bab Border Color

<div style="border:3px solid #804bab">
Div here</div>

This div border color is #804bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #804bab

#804bab Color Palettes


Comments

No comments written yet.

Please login to write comment.