Color Hex Logo

#8919db Color Hex

#8919DB
(137,25,219)
0 Favorites   0 Comments

Color spaces of #8919db

RGB 13725219
HSL0.760.800.48
HSV275°89°86°
CMYK 0.370.890.00   0.14
XYZ23.450311.128167.9298
Yxy11.12810.22880.1086
Hunter Lab33.358867.1026-97.3833
CIE-Lab39.795473.1007-74.6963

#8919db color RGB value is (137,25,219).

#8919db hex color red value is 137, green value is 25 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8919db hue: 0.76 , saturation: 0.80 and the lightness value of 8919db is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00011001 11011011
Octal 211 31 333
Decimal 137 25 219
Hex 89 19 DB

RGB Percentages of Color #8919db

%35.96
%6.56
%57.48

CMYK Percentages of Color #8919db

%37
%89
%0
%14

Triadic Colors of #8919db

#8919db #db8919 #19db89

Analogous Colors of #8919db

#8919db #db19cc #2819db

Monochromatic Colors of #8919db

#8919db

Complementary Color

#8919db #6bdb19

#8919db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8919db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8919db Color CSS Codes

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

#8919db Text Font Color

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

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


#8919db Background Color

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

This div background color is #8919db


#8919db Border Color

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

This div border color is #8919db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8919db


Comments

No comments written yet.

Please login to write comment.