Color Hex Logo

#8104ad Color Hex

#8104AD
(129,4,173)
0 Favorites   0 Comments

Color spaces of #8104ad

RGB 1294173
HSL0.790.950.35
HSV284°98°68°
CMYK 0.250.980.00   0.32
XYZ16.63957.771140.1581
Yxy7.77110.25770.1204
Hunter Lab27.876757.7618-65.8972
CIE-Lab33.501666.3386-58.0806

#8104ad color RGB value is (129,4,173).

#8104ad hex color red value is 129, green value is 4 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8104ad hue: 0.79 , saturation: 0.95 and the lightness value of 8104ad is 0.35.

The process color (four color CMYK) of #8104ad color hex is 0.25, 0.98, 0.00, 0.32. Web safe color of #8104ad is #990099. Color #8104ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00000100 10101101
Octal 201 4 255
Decimal 129 4 173
Hex 81 4 AD

RGB Percentages of Color #8104ad

%42.16
%1.31
%56.54

CMYK Percentages of Color #8104ad

%25
%98
%0
%32

Triadic Colors of #8104ad

#8104ad #ad8104 #04ad81

Analogous Colors of #8104ad

#8104ad #ad0485 #2c04ad

Monochromatic Colors of #8104ad

#8104ad

Complementary Color

#8104ad #30ad04

#8104ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8104ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8104ad Color CSS Codes

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

#8104ad Text Font Color

<p style="color:#8104ad">Text here</p>

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


#8104ad Background Color

<div style="background-color:#8104ad">
Div content here</div>

This div background color is #8104ad


#8104ad Border Color

<div style="border:3px solid #8104ad">
Div here</div>

This div border color is #8104ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,4,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8104ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8104ad;
  -webkit-box-shadow: 1px 1px 3px 2px #8104ad;
  box-shadow:         1px 1px 3px 2px #8104ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8104ad


Comments

No comments written yet.

Please login to write comment.