Color Hex Logo

#8415ab Color Hex

#8415AB
(132,21,171)
0 Favorites   0 Comments

Color spaces of #8415ab

RGB 13221171
HSL0.790.780.38
HSV284°88°67°
CMYK 0.230.880.00   0.33
XYZ17.13468.382139.2429
Yxy8.38210.26460.1294
Hunter Lab28.951954.9760-60.0985
CIE-Lab34.766363.6342-54.8021

#8415ab color RGB value is (132,21,171).

#8415ab hex color red value is 132, green value is 21 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8415ab hue: 0.79 , saturation: 0.78 and the lightness value of 8415ab is 0.38.

The process color (four color CMYK) of #8415ab color hex is 0.23, 0.88, 0.00, 0.33. Web safe color of #8415ab is #990099. Color #8415ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00010101 10101011
Octal 204 25 253
Decimal 132 21 171
Hex 84 15 AB

RGB Percentages of Color #8415ab

%40.74
%6.48
%52.78

CMYK Percentages of Color #8415ab

%23
%88
%0
%33

Triadic Colors of #8415ab

#8415ab #ab8415 #15ab84

Analogous Colors of #8415ab

#8415ab #ab1587 #3915ab

Monochromatic Colors of #8415ab

#8415ab

Complementary Color

#8415ab #3cab15

#8415ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8415ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8415ab Color CSS Codes

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

#8415ab Text Font Color

<p style="color:#8415ab">Text here</p>

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


#8415ab Background Color

<div style="background-color:#8415ab">
Div content here</div>

This div background color is #8415ab


#8415ab Border Color

<div style="border:3px solid #8415ab">
Div here</div>

This div border color is #8415ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(132,21,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8415ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8415ab;
  -webkit-box-shadow: 1px 1px 3px 2px #8415ab;
  box-shadow:         1px 1px 3px 2px #8415ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8415ab


Comments

No comments written yet.

Please login to write comment.