Color Hex Logo

#8e56db Color Hex

#8E56DB
(142,86,219)
0 Favorites   0 Comments

Color spaces of #8e56db

RGB 14286219
HSL0.740.650.60
HSV265°61°86°
CMYK 0.350.610.00   0.14
XYZ27.269317.520868.9624
Yxy17.52080.23970.1540
Hunter Lab41.857943.0368-68.3820
CIE-Lab48.909749.9901-59.8437

#8e56db color RGB value is (142,86,219).

#8e56db hex color red value is 142, green value is 86 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8e56db hue: 0.74 , saturation: 0.65 and the lightness value of 8e56db is 0.60.

The process color (four color CMYK) of #8e56db color hex is 0.35, 0.61, 0.00, 0.14. Web safe color of #8e56db is #9966cc. Color #8e56db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 01010110 11011011
Octal 216 126 333
Decimal 142 86 219
Hex 8E 56 DB

RGB Percentages of Color #8e56db

%31.77
%19.24
%48.99

CMYK Percentages of Color #8e56db

%35
%61
%0
%14

Triadic Colors of #8e56db

#8e56db #db8e56 #56db8e

Analogous Colors of #8e56db

#8e56db #d156db #5661db

Monochromatic Colors of #8e56db

#8e56db

Complementary Color

#8e56db #a3db56

#8e56db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8e56db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8e56db Color CSS Codes

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

#8e56db Text Font Color

<p style="color:#8e56db">Text here</p>

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


#8e56db Background Color

<div style="background-color:#8e56db">
Div content here</div>

This div background color is #8e56db


#8e56db Border Color

<div style="border:3px solid #8e56db">
Div here</div>

This div border color is #8e56db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,86,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8e56db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8e56db;
  -webkit-box-shadow: 1px 1px 3px 2px #8e56db;
  box-shadow:         1px 1px 3px 2px #8e56db; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,86,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 #8e56db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8e56db


Comments

No comments written yet.

Please login to write comment.