Color Hex Logo

#8120db Color Hex

#8120DB
(129,32,219)
0 Favorites   0 Comments

Color spaces of #8120db

RGB 12932219
HSL0.750.750.49
HSV271°85°86°
CMYK 0.410.850.00   0.14
XYZ22.356010.814667.9270
Yxy10.81460.22110.1070
Hunter Lab32.885663.7967-99.4470
CIE-Lab39.266470.4247-75.6060

#8120db color RGB value is (129,32,219).

#8120db hex color red value is 129, green value is 32 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8120db hue: 0.75 , saturation: 0.75 and the lightness value of 8120db is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00100000 11011011
Octal 201 40 333
Decimal 129 32 219
Hex 81 20 DB

RGB Percentages of Color #8120db

%33.95
%8.42
%57.63

CMYK Percentages of Color #8120db

%41
%85
%0
%14

Triadic Colors of #8120db

#8120db #db8120 #20db81

Analogous Colors of #8120db

#8120db #db20d8 #2420db

Monochromatic Colors of #8120db

#8120db

Complementary Color

#8120db #7adb20

#8120db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8120db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8120db Color CSS Codes

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

#8120db Text Font Color

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

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


#8120db Background Color

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

This div background color is #8120db


#8120db Border Color

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

This div border color is #8120db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8120db


Comments

No comments written yet.

Please login to write comment.