Color Hex Logo

#8058db Color Hex

#8058DB
(128,88,219)
0 Favorites   0 Comments

Color spaces of #8058db

RGB 12888219
HSL0.720.650.60
HSV258°60°86°
CMYK 0.420.600.00   0.14
XYZ25.178016.683168.9110
Yxy16.68310.22730.1506
Hunter Lab40.845038.5539-71.4388
CIE-Lab47.858245.8667-61.6138

#8058db color RGB value is (128,88,219).

#8058db hex color red value is 128, green value is 88 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8058db hue: 0.72 , saturation: 0.65 and the lightness value of 8058db is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01011000 11011011
Octal 200 130 333
Decimal 128 88 219
Hex 80 58 DB

RGB Percentages of Color #8058db

%29.43
%20.23
%50.34

CMYK Percentages of Color #8058db

%42
%60
%0
%14

Triadic Colors of #8058db

#8058db #db8058 #58db80

Analogous Colors of #8058db

#8058db #c258db #5872db

Monochromatic Colors of #8058db

#8058db

Complementary Color

#8058db #b3db58

#8058db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8058db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8058db Color CSS Codes

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

#8058db Text Font Color

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

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


#8058db Background Color

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

This div background color is #8058db


#8058db Border Color

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

This div border color is #8058db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8058db


Comments

No comments written yet.

Please login to write comment.