Color Hex Logo

#880bab Color Hex

#880BAB
(136,11,171)
0 Favorites   0 Comments

Color spaces of #880bab

RGB 13611171
HSL0.800.880.36
HSV287°94°67°
CMYK 0.200.940.00   0.33
XYZ17.62378.413939.2232
Yxy8.41390.27010.1289
Hunter Lab29.006757.6900-59.8679
CIE-Lab34.830466.0202-54.6677

#880bab color RGB value is (136,11,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001011 10101011
Octal 210 13 253
Decimal 136 11 171
Hex 88 B AB

RGB Percentages of Color #880bab

%42.77
%3.46
%53.77

CMYK Percentages of Color #880bab

%20
%94
%0
%33

Triadic Colors of #880bab

#880bab #ab880b #0bab88

Analogous Colors of #880bab

#880bab #ab0b7e #380bab

Monochromatic Colors of #880bab

#880bab

Complementary Color

#880bab #2eab0b

#880bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#880bab Color CSS Codes

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

#880bab Text Font Color

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

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


#880bab Background Color

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

This div background color is #880bab


#880bab Border Color

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

This div border color is #880bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880bab


Comments

No comments written yet.

Please login to write comment.