Color Hex Logo

#8c56db Color Hex

#8C56DB
(140,86,219)
0 Favorites   0 Comments

Color spaces of #8c56db

RGB 14086219
HSL0.730.650.60
HSV264°61°86°
CMYK 0.360.610.00   0.14
XYZ26.929217.345568.9465
Yxy17.34550.23780.1532
Hunter Lab41.647942.5327-68.9987
CIE-Lab48.692449.5496-60.2050

#8c56db color RGB value is (140,86,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 01010110 11011011
Octal 214 126 333
Decimal 140 86 219
Hex 8C 56 DB

RGB Percentages of Color #8c56db

%31.46
%19.33
%49.21

CMYK Percentages of Color #8c56db

%36
%61
%0
%14

Triadic Colors of #8c56db

#8c56db #db8c56 #56db8c

Analogous Colors of #8c56db

#8c56db #cf56db #5663db

Monochromatic Colors of #8c56db

#8c56db

Complementary Color

#8c56db #a5db56

#8c56db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c56db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c56db Color CSS Codes

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

#8c56db Text Font Color

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

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


#8c56db Background Color

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

This div background color is #8c56db


#8c56db Border Color

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

This div border color is #8c56db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c56db


Comments

No comments written yet.

Please login to write comment.