Color Hex Logo

#8019fc Color Hex

#8019FC
(128,25,252)
0 Favorites   0 Comments

Color spaces of #8019fc

RGB 12825252
HSL0.740.970.54
HSV267°90°99°
CMYK 0.490.900.00   0.01
XYZ26.820412.312793.0585
Yxy12.31270.20290.0931
Hunter Lab35.089575.0288-132.6766
CIE-Lab41.708979.2085-90.3016

#8019fc color RGB value is (128,25,252).

#8019fc hex color red value is 128, green value is 25 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #8019fc hue: 0.74 , saturation: 0.97 and the lightness value of 8019fc is 0.54.

The process color (four color CMYK) of #8019fc color hex is 0.49, 0.90, 0.00, 0.01. Web safe color of #8019fc is #9900ff. Color #8019fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 00011001 11111100
Octal 200 31 374
Decimal 128 25 252
Hex 80 19 FC

RGB Percentages of Color #8019fc

%31.60
%6.17
%62.22

CMYK Percentages of Color #8019fc

%49
%90
%0
%1

Triadic Colors of #8019fc

#8019fc #fc8019 #19fc80

Analogous Colors of #8019fc

#8019fc #f219fc #1924fc

Monochromatic Colors of #8019fc

#8019fc

Complementary Color

#8019fc #95fc19

#8019fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8019fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8019fc Color CSS Codes

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

#8019fc Text Font Color

<p style="color:#8019fc">Text here</p>

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


#8019fc Background Color

<div style="background-color:#8019fc">
Div content here</div>

This div background color is #8019fc


#8019fc Border Color

<div style="border:3px solid #8019fc">
Div here</div>

This div border color is #8019fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,25,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8019fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8019fc;
  -webkit-box-shadow: 1px 1px 3px 2px #8019fc;
  box-shadow:         1px 1px 3px 2px #8019fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8019fc


Comments

No comments written yet.

Please login to write comment.