Color Hex Logo

#8041ad Color Hex

#8041AD
(128,65,173)
0 Favorites   0 Comments

Color spaces of #8041ad

RGB 12865173
HSL0.760.450.47
HSV275°62°68°
CMYK 0.260.620.00   0.32
XYZ18.335211.386940.7667
Yxy11.38690.26010.1615
Hunter Lab33.744537.9359-48.0071
CIE-Lab40.224646.5558-47.2101

#8041ad color RGB value is (128,65,173).

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

The process color (four color CMYK) of #8041ad color hex is 0.26, 0.62, 0.00, 0.32. Web safe color of #8041ad is #993399. Color #8041ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000001 10101101
Octal 200 101 255
Decimal 128 65 173
Hex 80 41 AD

RGB Percentages of Color #8041ad

%34.97
%17.76
%47.27

CMYK Percentages of Color #8041ad

%26
%62
%0
%32

Triadic Colors of #8041ad

#8041ad #ad8041 #41ad80

Analogous Colors of #8041ad

#8041ad #ad41a4 #4a41ad

Monochromatic Colors of #8041ad

#8041ad

Complementary Color

#8041ad #6ead41

#8041ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8041ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8041ad Color CSS Codes

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

#8041ad Text Font Color

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

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


#8041ad Background Color

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

This div background color is #8041ad


#8041ad Border Color

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

This div border color is #8041ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8041ad


Comments

No comments written yet.

Please login to write comment.