Color Hex Logo

#8054db Color Hex

#8054DB
(128,84,219)
0 Favorites   0 Comments

Color spaces of #8054db

RGB 12884219
HSL0.720.650.59
HSV260°62°86°
CMYK 0.420.620.00   0.14
XYZ24.858616.044368.8045
Yxy16.04430.22660.1462
Hunter Lab40.055340.6814-73.8058
CIE-Lab47.032648.0620-62.9489

#8054db color RGB value is (128,84,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01010100 11011011
Octal 200 124 333
Decimal 128 84 219
Hex 80 54 DB

RGB Percentages of Color #8054db

%29.70
%19.49
%50.81

CMYK Percentages of Color #8054db

%42
%62
%0
%14

Triadic Colors of #8054db

#8054db #db8054 #54db80

Analogous Colors of #8054db

#8054db #c454db #546cdb

Monochromatic Colors of #8054db

#8054db

Complementary Color

#8054db #afdb54

#8054db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8054db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8054db Color CSS Codes

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

#8054db Text Font Color

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

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


#8054db Background Color

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

This div background color is #8054db


#8054db Border Color

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

This div border color is #8054db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8054db


Comments

No comments written yet.

Please login to write comment.