Color Hex Logo

#880bae Color Hex

#880BAE
(136,11,174)
0 Favorites   0 Comments

Color spaces of #880bae

RGB 13611174
HSL0.790.880.36
HSV286°94°68°
CMYK 0.220.940.00   0.32
XYZ17.91308.529640.7467
Yxy8.52960.26660.1269
Hunter Lab29.205558.3723-62.2760
CIE-Lab35.062466.5721-56.0869

#880bae color RGB value is (136,11,174).

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

The process color (four color CMYK) of #880bae color hex is 0.22, 0.94, 0.00, 0.32. Web safe color of #880bae is #990099. Color #880bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001011 10101110
Octal 210 13 256
Decimal 136 11 174
Hex 88 B AE

RGB Percentages of Color #880bae

%42.37
%3.43
%54.21

CMYK Percentages of Color #880bae

%22
%94
%0
%32

Triadic Colors of #880bae

#880bae #ae880b #0bae88

Analogous Colors of #880bae

#880bae #ae0b83 #360bae

Monochromatic Colors of #880bae

#880bae

Complementary Color

#880bae #31ae0b

#880bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#880bae Color CSS Codes

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

#880bae Text Font Color

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

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


#880bae Background Color

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

This div background color is #880bae


#880bae Border Color

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

This div border color is #880bae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(136,11,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880bae


Comments

No comments written yet.

Please login to write comment.