Color Hex Logo

#800bab Color Hex

#800BAB
(128,11,171)
0 Favorites   0 Comments

Color spaces of #800bab

RGB 12811171
HSL0.790.880.36
HSV284°94°67°
CMYK 0.250.940.00   0.33
XYZ16.37247.768839.1647
Yxy7.76880.25860.1227
Hunter Lab27.872656.0743-63.7996
CIE-Lab33.496764.8550-56.8965

#800bab color RGB value is (128,11,171).

#800bab hex color red value is 128, green value is 11 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #800bab hue: 0.79 , saturation: 0.88 and the lightness value of 800bab is 0.36.

The process color (four color CMYK) of #800bab color hex is 0.25, 0.94, 0.00, 0.33. Web safe color of #800bab is #990099. Color #800bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00001011 10101011
Octal 200 13 253
Decimal 128 11 171
Hex 80 B AB

RGB Percentages of Color #800bab

%41.29
%3.55
%55.16

CMYK Percentages of Color #800bab

%25
%94
%0
%33

Triadic Colors of #800bab

#800bab #ab800b #0bab80

Analogous Colors of #800bab

#800bab #ab0b86 #300bab

Monochromatic Colors of #800bab

#800bab

Complementary Color

#800bab #36ab0b

#800bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#800bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#800bab Color CSS Codes

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

#800bab Text Font Color

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

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


#800bab Background Color

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

This div background color is #800bab


#800bab Border Color

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

This div border color is #800bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #800bab


Comments

No comments written yet.

Please login to write comment.