Color Hex Logo

#8063ad Color Hex

#8063AD
(128,99,173)
0 Favorites   0 Comments

Color spaces of #8063ad

RGB 12899173
HSL0.730.310.53
HSV264°43°68°
CMYK 0.260.430.00   0.32
XYZ20.906816.530041.6239
Yxy16.53000.26440.2091
Hunter Lab40.657120.6388-32.2399
CIE-Lab47.662327.4171-35.3898

#8063ad color RGB value is (128,99,173).

#8063ad hex color red value is 128, green value is 99 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8063ad hue: 0.73 , saturation: 0.31 and the lightness value of 8063ad is 0.53.

The process color (four color CMYK) of #8063ad color hex is 0.26, 0.43, 0.00, 0.32. Web safe color of #8063ad is #996699. Color #8063ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100011 10101101
Octal 200 143 255
Decimal 128 99 173
Hex 80 63 AD

RGB Percentages of Color #8063ad

%32.00
%24.75
%43.25

CMYK Percentages of Color #8063ad

%26
%43
%0
%32

Triadic Colors of #8063ad

#8063ad #ad8063 #63ad80

Analogous Colors of #8063ad

#8063ad #a563ad #636bad

Monochromatic Colors of #8063ad

#8063ad

Complementary Color

#8063ad #90ad63

#8063ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8063ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8063ad Color CSS Codes

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

#8063ad Text Font Color

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

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


#8063ad Background Color

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

This div background color is #8063ad


#8063ad Border Color

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

This div border color is #8063ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8063ad


Comments

No comments written yet.

Please login to write comment.