Color Hex Logo

#8913dc Color Hex

#8913DC
(137,19,220)
0 Favorites   0 Comments

Color spaces of #8913dc

RGB 13719220
HSL0.760.840.47
HSV275°91°86°
CMYK 0.380.910.00   0.14
XYZ23.467710.951468.5871
Yxy10.95140.22780.1063
Hunter Lab33.092968.6700-99.7172
CIE-Lab39.498574.4579-75.7577

#8913dc color RGB value is (137,19,220).

#8913dc hex color red value is 137, green value is 19 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8913dc hue: 0.76 , saturation: 0.84 and the lightness value of 8913dc is 0.47.

The process color (four color CMYK) of #8913dc color hex is 0.38, 0.91, 0.00, 0.14. Web safe color of #8913dc is #9900cc. Color #8913dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010011 11011100
Octal 211 23 334
Decimal 137 19 220
Hex 89 13 DC

RGB Percentages of Color #8913dc

%36.44
%5.05
%58.51

CMYK Percentages of Color #8913dc

%38
%91
%0
%14

Triadic Colors of #8913dc

#8913dc #dc8913 #13dc89

Analogous Colors of #8913dc

#8913dc #dc13cb #2513dc

Monochromatic Colors of #8913dc

#8913dc

Complementary Color

#8913dc #66dc13

#8913dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8913dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8913dc Color CSS Codes

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

#8913dc Text Font Color

<p style="color:#8913dc">Text here</p>

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


#8913dc Background Color

<div style="background-color:#8913dc">
Div content here</div>

This div background color is #8913dc


#8913dc Border Color

<div style="border:3px solid #8913dc">
Div here</div>

This div border color is #8913dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,19,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8913dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8913dc;
  -webkit-box-shadow: 1px 1px 3px 2px #8913dc;
  box-shadow:         1px 1px 3px 2px #8913dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,19,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8913dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8913dc


Comments

No comments written yet.

Please login to write comment.