Color Hex Logo

#8144ad Color Hex

#8144AD
(129,68,173)
0 Favorites   0 Comments

Color spaces of #8144ad

RGB 12968173
HSL0.760.440.47
HSV275°61°68°
CMYK 0.250.610.00   0.32
XYZ18.663211.818540.8327
Yxy11.81850.26170.1657
Hunter Lab34.378036.7427-46.3574
CIE-Lab40.926245.2443-46.0782

#8144ad color RGB value is (129,68,173).

#8144ad hex color red value is 129, green value is 68 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8144ad hue: 0.76 , saturation: 0.44 and the lightness value of 8144ad is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01000100 10101101
Octal 201 104 255
Decimal 129 68 173
Hex 81 44 AD

RGB Percentages of Color #8144ad

%34.86
%18.38
%46.76

CMYK Percentages of Color #8144ad

%25
%61
%0
%32

Triadic Colors of #8144ad

#8144ad #ad8144 #44ad81

Analogous Colors of #8144ad

#8144ad #ad44a5 #4d44ad

Monochromatic Colors of #8144ad

#8144ad

Complementary Color

#8144ad #70ad44

#8144ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8144ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8144ad Color CSS Codes

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

#8144ad Text Font Color

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

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


#8144ad Background Color

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

This div background color is #8144ad


#8144ad Border Color

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

This div border color is #8144ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8144ad


Comments

No comments written yet.

Please login to write comment.