Color Hex Logo

#880ead Color Hex

#880EAD
(136,14,173)
0 Favorites   0 Comments

Color spaces of #880ead

RGB 13614173
HSL0.790.850.37
HSV286°92°68°
CMYK 0.210.920.00   0.32
XYZ17.85328.565440.2475
Yxy8.56540.26780.1285
Hunter Lab29.266757.6714-61.0488
CIE-Lab35.133765.9453-55.3729

#880ead color RGB value is (136,14,173).

#880ead hex color red value is 136, green value is 14 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #880ead hue: 0.79 , saturation: 0.85 and the lightness value of 880ead is 0.37.

The process color (four color CMYK) of #880ead color hex is 0.21, 0.92, 0.00, 0.32. Web safe color of #880ead is #990099. Color #880ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001110 10101101
Octal 210 16 255
Decimal 136 14 173
Hex 88 E AD

RGB Percentages of Color #880ead

%42.11
%4.33
%53.56

CMYK Percentages of Color #880ead

%21
%92
%0
%32

Triadic Colors of #880ead

#880ead #ad880e #0ead88

Analogous Colors of #880ead

#880ead #ad0e83 #390ead

Monochromatic Colors of #880ead

#880ead

Complementary Color

#880ead #33ad0e

#880ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#880ead Color CSS Codes

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

#880ead Text Font Color

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

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


#880ead Background Color

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

This div background color is #880ead


#880ead Border Color

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

This div border color is #880ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880ead


Comments

No comments written yet.

Please login to write comment.