Color Hex Logo

#8125ad Color Hex

#8125AD
(129,37,173)
0 Favorites   0 Comments

Color spaces of #8125ad

RGB 12937173
HSL0.780.650.41
HSV281°79°68°
CMYK 0.250.790.00   0.32
XYZ17.25779.007440.3642
Yxy9.00740.25900.1352
Hunter Lab30.012350.1195-58.7317
CIE-Lab35.998558.9977-54.0204

#8125ad color RGB value is (129,37,173).

#8125ad hex color red value is 129, green value is 37 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8125ad hue: 0.78 , saturation: 0.65 and the lightness value of 8125ad is 0.41.

The process color (four color CMYK) of #8125ad color hex is 0.25, 0.79, 0.00, 0.32. Web safe color of #8125ad is #993399. Color #8125ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00100101 10101101
Octal 201 45 255
Decimal 129 37 173
Hex 81 25 AD

RGB Percentages of Color #8125ad

%38.05
%10.91
%51.03

CMYK Percentages of Color #8125ad

%25
%79
%0
%32

Triadic Colors of #8125ad

#8125ad #ad8125 #25ad81

Analogous Colors of #8125ad

#8125ad #ad2595 #3d25ad

Monochromatic Colors of #8125ad

#8125ad

Complementary Color

#8125ad #51ad25

#8125ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8125ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8125ad Color CSS Codes

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

#8125ad Text Font Color

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

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


#8125ad Background Color

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

This div background color is #8125ad


#8125ad Border Color

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

This div border color is #8125ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8125ad


Comments

No comments written yet.

Please login to write comment.