Color Hex Logo

#8580db Color Hex

#8580DB
(133,128,219)
0 Favorites   0 Comments

Color spaces of #8580db

RGB 133128219
HSL0.680.560.68
HSV243°42°86°
CMYK 0.390.420.00   0.14
XYZ30.178225.539470.3569
Yxy25.53940.23940.2026
Hunter Lab50.536518.1535-47.1679
CIE-Lab57.597223.8757-46.0151

#8580db color RGB value is (133,128,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10000000 11011011
Octal 205 200 333
Decimal 133 128 219
Hex 85 80 DB

RGB Percentages of Color #8580db

%27.71
%26.67
%45.63

CMYK Percentages of Color #8580db

%39
%42
%0
%14

Triadic Colors of #8580db

#8580db #db8580 #80db85

Analogous Colors of #8580db

#8580db #b380db #80a9db

Monochromatic Colors of #8580db

#8580db

Complementary Color

#8580db #d6db80

#8580db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8580db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8580db Color CSS Codes

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

#8580db Text Font Color

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

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


#8580db Background Color

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

This div background color is #8580db


#8580db Border Color

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

This div border color is #8580db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8580db


Comments

No comments written yet.

Please login to write comment.