Color Hex Logo

#8112ad Color Hex

#8112AD
(129,18,173)
0 Favorites   0 Comments

Color spaces of #8112ad

RGB 12918173
HSL0.790.810.37
HSV283°90°68°
CMYK 0.250.900.00   0.32
XYZ16.81248.116940.2158
Yxy8.11690.25810.1246
Hunter Lab28.490255.4772-63.7487
CIE-Lab34.225264.1851-56.9017

#8112ad color RGB value is (129,18,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 00010010 10101101
Octal 201 22 255
Decimal 129 18 173
Hex 81 12 AD

RGB Percentages of Color #8112ad

%40.31
%5.63
%54.06

CMYK Percentages of Color #8112ad

%25
%90
%0
%32

Triadic Colors of #8112ad

#8112ad #ad8112 #12ad81

Analogous Colors of #8112ad

#8112ad #ad128c #3412ad

Monochromatic Colors of #8112ad

#8112ad

Complementary Color

#8112ad #3ead12

#8112ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8112ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8112ad Color CSS Codes

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

#8112ad Text Font Color

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

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


#8112ad Background Color

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

This div background color is #8112ad


#8112ad Border Color

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

This div border color is #8112ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,18,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 #8112ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8112ad


Comments

No comments written yet.

Please login to write comment.