Color Hex Logo

#880add Color Hex

#880ADD
(136,10,221)
0 Favorites   0 Comments

Color spaces of #880add

RGB 13610221
HSL0.770.910.45
HSV276°95°87°
CMYK 0.380.950.00   0.13
XYZ23.313010.671869.2377
Yxy10.67180.22590.1034
Hunter Lab32.667770.2163-102.7950
CIE-Lab39.022175.8206-77.1194

#880add color RGB value is (136,10,221).

#880add hex color red value is 136, green value is 10 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #880add hue: 0.77 , saturation: 0.91 and the lightness value of 880add is 0.45.

The process color (four color CMYK) of #880add color hex is 0.38, 0.95, 0.00, 0.13. Web safe color of #880add is #9900cc. Color #880add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 00001010 11011101
Octal 210 12 335
Decimal 136 10 221
Hex 88 A DD

RGB Percentages of Color #880add

%37.06
%2.72
%60.22

CMYK Percentages of Color #880add

%38
%95
%0
%13

Triadic Colors of #880add

#880add #dd880a #0add88

Analogous Colors of #880add

#880add #dd0ac9 #1e0add

Monochromatic Colors of #880add

#880add

Complementary Color

#880add #5fdd0a

#880add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#880add Color Preview on White Background

Lorem ipsum dolor sit amet.

#880add Color CSS Codes

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

#880add Text Font Color

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

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


#880add Background Color

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

This div background color is #880add


#880add Border Color

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

This div border color is #880add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #880add


Comments

No comments written yet.

Please login to write comment.