Color Hex Logo

#8140db Color Hex

#8140DB
(129,64,219)
0 Favorites   0 Comments

Color spaces of #8140db

RGB 12964219
HSL0.740.680.55
HSV265°71°86°
CMYK 0.410.710.00   0.14
XYZ23.672813.448468.3659
Yxy13.44840.22440.1275
Hunter Lab36.672151.0504-84.8610
CIE-Lab43.431258.4176-68.7925

#8140db color RGB value is (129,64,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01000000 11011011
Octal 201 100 333
Decimal 129 64 219
Hex 81 40 DB

RGB Percentages of Color #8140db

%31.31
%15.53
%53.16

CMYK Percentages of Color #8140db

%41
%71
%0
%14

Triadic Colors of #8140db

#8140db #db8140 #40db81

Analogous Colors of #8140db

#8140db #cf40db #404ddb

Monochromatic Colors of #8140db

#8140db

Complementary Color

#8140db #9adb40

#8140db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8140db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8140db Color CSS Codes

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

#8140db Text Font Color

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

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


#8140db Background Color

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

This div background color is #8140db


#8140db Border Color

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

This div border color is #8140db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8140db


Comments

No comments written yet.

Please login to write comment.