Color Hex Logo

#8880db Color Hex

#8880DB
(136,128,219)
0 Favorites   0 Comments

Color spaces of #8880db

RGB 136128219
HSL0.680.560.68
HSV245°42°86°
CMYK 0.380.420.00   0.14
XYZ30.658725.787170.3793
Yxy25.78710.24170.2033
Hunter Lab50.781018.9015-46.6255
CIE-Lab57.834424.6542-45.6245

#8880db color RGB value is (136,128,219).

#8880db hex color red value is 136, green value is 128 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8880db hue: 0.68 , saturation: 0.56 and the lightness value of 8880db is 0.68.

The process color (four color CMYK) of #8880db color hex is 0.38, 0.42, 0.00, 0.14. Web safe color of #8880db is #9999cc. Color #8880db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10000000 11011011
Octal 210 200 333
Decimal 136 128 219
Hex 88 80 DB

RGB Percentages of Color #8880db

%28.16
%26.50
%45.34

CMYK Percentages of Color #8880db

%38
%42
%0
%14

Triadic Colors of #8880db

#8880db #db8880 #80db88

Analogous Colors of #8880db

#8880db #b680db #80a6db

Monochromatic Colors of #8880db

#8880db

Complementary Color

#8880db #d3db80

#8880db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8880db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8880db Color CSS Codes

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

#8880db Text Font Color

<p style="color:#8880db">Text here</p>

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


#8880db Background Color

<div style="background-color:#8880db">
Div content here</div>

This div background color is #8880db


#8880db Border Color

<div style="border:3px solid #8880db">
Div here</div>

This div border color is #8880db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,128,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8880db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8880db;
  -webkit-box-shadow: 1px 1px 3px 2px #8880db;
  box-shadow:         1px 1px 3px 2px #8880db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8880db


Comments

No comments written yet.

Please login to write comment.