Color Hex Logo

#8013df Color Hex

#8013DF
(128,19,223)
0 Favorites   0 Comments

Color spaces of #8013df

RGB 12819223
HSL0.760.840.47
HSV272°91°87°
CMYK 0.430.910.00   0.13
XYZ22.454210.382770.6326
Yxy10.38270.21700.1003
Hunter Lab32.222267.9998-107.4110
CIE-Lab38.520774.0904-79.1312

#8013df color RGB value is (128,19,223).

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

The process color (four color CMYK) of #8013df color hex is 0.43, 0.91, 0.00, 0.13. Web safe color of #8013df is #9900cc. Color #8013df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00010011 11011111
Octal 200 23 337
Decimal 128 19 223
Hex 80 13 DF

RGB Percentages of Color #8013df

%34.59
%5.14
%60.27

CMYK Percentages of Color #8013df

%43
%91
%0
%13

Triadic Colors of #8013df

#8013df #df8013 #13df80

Analogous Colors of #8013df

#8013df #df13d8 #1a13df

Monochromatic Colors of #8013df

#8013df

Complementary Color

#8013df #72df13

#8013df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8013df Color Preview on White Background

Lorem ipsum dolor sit amet.

#8013df Color CSS Codes

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

#8013df Text Font Color

<p style="color:#8013df">Text here</p>

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


#8013df Background Color

<div style="background-color:#8013df">
Div content here</div>

This div background color is #8013df


#8013df Border Color

<div style="border:3px solid #8013df">
Div here</div>

This div border color is #8013df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,19,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8013df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8013df;
  -webkit-box-shadow: 1px 1px 3px 2px #8013df;
  box-shadow:         1px 1px 3px 2px #8013df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8013df


Comments

No comments written yet.

Please login to write comment.