Color Hex Logo

#8115db Color Hex

#8115DB
(129,21,219)
0 Favorites   0 Comments

Color spaces of #8115db

RGB 12921219
HSL0.760.830.47
HSV273°90°86°
CMYK 0.410.900.00   0.14
XYZ22.107610.317967.8442
Yxy10.31790.22050.1029
Hunter Lab32.121566.6399-102.7421
CIE-Lab38.407072.9817-77.0182

#8115db color RGB value is (129,21,219).

#8115db hex color red value is 129, green value is 21 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8115db hue: 0.76 , saturation: 0.83 and the lightness value of 8115db is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00010101 11011011
Octal 201 25 333
Decimal 129 21 219
Hex 81 15 DB

RGB Percentages of Color #8115db

%34.96
%5.69
%59.35

CMYK Percentages of Color #8115db

%41
%90
%0
%14

Triadic Colors of #8115db

#8115db #db8115 #15db81

Analogous Colors of #8115db

#8115db #db15d2 #1e15db

Monochromatic Colors of #8115db

#8115db

Complementary Color

#8115db #6fdb15

#8115db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8115db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8115db Color CSS Codes

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

#8115db Text Font Color

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

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


#8115db Background Color

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

This div background color is #8115db


#8115db Border Color

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

This div border color is #8115db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8115db


Comments

No comments written yet.

Please login to write comment.