Color Hex Logo

#8c40db Color Hex

#8C40DB
(140,64,219)
0 Favorites   0 Comments

Color spaces of #8c40db

RGB 14064219
HSL0.750.680.55
HSV269°71°86°
CMYK 0.360.710.00   0.14
XYZ25.434814.356768.4484
Yxy14.35670.23500.1326
Hunter Lab37.890253.5148-80.5837
CIE-Lab44.740260.3946-66.6046

#8c40db color RGB value is (140,64,219).

#8c40db hex color red value is 140, green value is 64 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8c40db hue: 0.75 , saturation: 0.68 and the lightness value of 8c40db is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 01000000 11011011
Octal 214 100 333
Decimal 140 64 219
Hex 8C 40 DB

RGB Percentages of Color #8c40db

%33.10
%15.13
%51.77

CMYK Percentages of Color #8c40db

%36
%71
%0
%14

Triadic Colors of #8c40db

#8c40db #db8c40 #40db8c

Analogous Colors of #8c40db

#8c40db #da40db #4042db

Monochromatic Colors of #8c40db

#8c40db

Complementary Color

#8c40db #8fdb40

#8c40db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c40db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c40db Color CSS Codes

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

#8c40db Text Font Color

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

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


#8c40db Background Color

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

This div background color is #8c40db


#8c40db Border Color

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

This div border color is #8c40db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c40db


Comments

No comments written yet.

Please login to write comment.