Color Hex Logo

#8913cd Color Hex

#8913CD
(137,19,205)
0 Favorites   0 Comments

Color spaces of #8913cd

RGB 13719205
HSL0.770.830.44
HSV278°91°80°
CMYK 0.330.910.00   0.20
XYZ21.568810.191958.5880
Yxy10.19190.23870.1128
Hunter Lab31.924864.7287-86.4611
CIE-Lab38.184771.4216-69.2502

#8913cd color RGB value is (137,19,205).

#8913cd hex color red value is 137, green value is 19 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8913cd hue: 0.77 , saturation: 0.83 and the lightness value of 8913cd is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010011 11001101
Octal 211 23 315
Decimal 137 19 205
Hex 89 13 CD

RGB Percentages of Color #8913cd

%37.95
%5.26
%56.79

CMYK Percentages of Color #8913cd

%33
%91
%0
%20

Triadic Colors of #8913cd

#8913cd #cd8913 #13cd89

Analogous Colors of #8913cd

#8913cd #cd13b4 #2c13cd

Monochromatic Colors of #8913cd

#8913cd

Complementary Color

#8913cd #57cd13

#8913cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8913cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8913cd Color CSS Codes

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

#8913cd Text Font Color

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

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


#8913cd Background Color

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

This div background color is #8913cd


#8913cd Border Color

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

This div border color is #8913cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8913cd


Comments

No comments written yet.

Please login to write comment.