Color Hex Logo

#8419cc Color Hex

#8419CC
(132,25,204)
0 Favorites   0 Comments

Color spaces of #8419cc

RGB 13225204
HSL0.770.780.45
HSV276°88°80°
CMYK 0.350.880.00   0.20
XYZ20.76249.960457.9550
Yxy9.96040.23410.1123
Hunter Lab31.560162.1994-86.7844
CIE-Lab37.771369.3543-69.3750

#8419cc color RGB value is (132,25,204).

#8419cc hex color red value is 132, green value is 25 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8419cc hue: 0.77 , saturation: 0.78 and the lightness value of 8419cc is 0.45.

The process color (four color CMYK) of #8419cc color hex is 0.35, 0.88, 0.00, 0.20. Web safe color of #8419cc is #9900cc. Color #8419cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00011001 11001100
Octal 204 31 314
Decimal 132 25 204
Hex 84 19 CC

RGB Percentages of Color #8419cc

%36.57
%6.93
%56.51

CMYK Percentages of Color #8419cc

%35
%88
%0
%20

Triadic Colors of #8419cc

#8419cc #cc8419 #19cc84

Analogous Colors of #8419cc

#8419cc #cc19bb #2b19cc

Monochromatic Colors of #8419cc

#8419cc

Complementary Color

#8419cc #61cc19

#8419cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8419cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8419cc Color CSS Codes

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

#8419cc Text Font Color

<p style="color:#8419cc">Text here</p>

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


#8419cc Background Color

<div style="background-color:#8419cc">
Div content here</div>

This div background color is #8419cc


#8419cc Border Color

<div style="border:3px solid #8419cc">
Div here</div>

This div border color is #8419cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,25,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8419cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8419cc;
  -webkit-box-shadow: 1px 1px 3px 2px #8419cc;
  box-shadow:         1px 1px 3px 2px #8419cc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8419cc


Comments

No comments written yet.

Please login to write comment.