Color Hex Logo

#8040ad Color Hex

#8040AD
(128,64,173)
0 Favorites   0 Comments

Color spaces of #8040ad

RGB 12864173
HSL0.760.460.46
HSV275°63°68°
CMYK 0.260.630.00   0.32
XYZ18.278311.273140.7477
Yxy11.27310.26000.1604
Hunter Lab33.575438.4175-48.4525
CIE-Lab40.036747.0666-47.5117

#8040ad color RGB value is (128,64,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000000 10101101
Octal 200 100 255
Decimal 128 64 173
Hex 80 40 AD

RGB Percentages of Color #8040ad

%35.07
%17.53
%47.40

CMYK Percentages of Color #8040ad

%26
%63
%0
%32

Triadic Colors of #8040ad

#8040ad #ad8040 #40ad80

Analogous Colors of #8040ad

#8040ad #ad40a4 #4a40ad

Monochromatic Colors of #8040ad

#8040ad

Complementary Color

#8040ad #6dad40

#8040ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8040ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8040ad Color CSS Codes

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

#8040ad Text Font Color

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

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


#8040ad Background Color

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

This div background color is #8040ad


#8040ad Border Color

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

This div border color is #8040ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8040ad


Comments

No comments written yet.

Please login to write comment.