Color Hex Logo

#8143ad Color Hex

#8143AD
(129,67,173)
0 Favorites   0 Comments

Color spaces of #8143ad

RGB 12967173
HSL0.760.440.47
HSV275°61°68°
CMYK 0.250.610.00   0.32
XYZ18.603211.698640.8127
Yxy11.69860.26160.1645
Hunter Lab34.203237.2309-46.8050
CIE-Lab40.733045.7651-46.3877

#8143ad color RGB value is (129,67,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01000011 10101101
Octal 201 103 255
Decimal 129 67 173
Hex 81 43 AD

RGB Percentages of Color #8143ad

%34.96
%18.16
%46.88

CMYK Percentages of Color #8143ad

%25
%61
%0
%32

Triadic Colors of #8143ad

#8143ad #ad8143 #43ad81

Analogous Colors of #8143ad

#8143ad #ad43a4 #4c43ad

Monochromatic Colors of #8143ad

#8143ad

Complementary Color

#8143ad #6fad43

#8143ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8143ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8143ad Color CSS Codes

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

#8143ad Text Font Color

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

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


#8143ad Background Color

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

This div background color is #8143ad


#8143ad Border Color

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

This div border color is #8143ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8143ad


Comments

No comments written yet.

Please login to write comment.