Color Hex Logo

#8413bc Color Hex

#8413BC
(132,19,188)
0 Favorites   0 Comments

Color spaces of #8413bc

RGB 13219188
HSL0.780.820.41
HSV280°90°74°
CMYK 0.300.900.00   0.26
XYZ18.82579.002148.3223
Yxy9.00210.24720.1182
Hunter Lab30.003559.4937-74.4874
CIE-Lab35.988367.3692-62.9197

#8413bc color RGB value is (132,19,188).

#8413bc hex color red value is 132, green value is 19 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #8413bc hue: 0.78 , saturation: 0.82 and the lightness value of 8413bc is 0.41.

The process color (four color CMYK) of #8413bc color hex is 0.30, 0.90, 0.00, 0.26. Web safe color of #8413bc is #9900cc. Color #8413bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00010011 10111100
Octal 204 23 274
Decimal 132 19 188
Hex 84 13 BC

RGB Percentages of Color #8413bc

%38.94
%5.60
%55.46

CMYK Percentages of Color #8413bc

%30
%90
%0
%26

Triadic Colors of #8413bc

#8413bc #bc8413 #13bc84

Analogous Colors of #8413bc

#8413bc #bc13a0 #3013bc

Monochromatic Colors of #8413bc

#8413bc

Complementary Color

#8413bc #4bbc13

#8413bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8413bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8413bc Color CSS Codes

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

#8413bc Text Font Color

<p style="color:#8413bc">Text here</p>

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


#8413bc Background Color

<div style="background-color:#8413bc">
Div content here</div>

This div background color is #8413bc


#8413bc Border Color

<div style="border:3px solid #8413bc">
Div here</div>

This div border color is #8413bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,19,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8413bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8413bc;
  -webkit-box-shadow: 1px 1px 3px 2px #8413bc;
  box-shadow:         1px 1px 3px 2px #8413bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8413bc


Comments

No comments written yet.

Please login to write comment.