Color Hex Logo

#8063ac Color Hex

#8063AC
(128,99,172)
0 Favorites   0 Comments

Color spaces of #8063ac

RGB 12899172
HSL0.730.310.53
HSV264°42°67°
CMYK 0.260.420.00   0.33
XYZ20.810316.491441.1161
Yxy16.49140.26540.2103
Hunter Lab40.609620.4051-31.6028
CIE-Lab47.612727.1657-34.8826

#8063ac color RGB value is (128,99,172).

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

The process color (four color CMYK) of #8063ac color hex is 0.26, 0.42, 0.00, 0.33. Web safe color of #8063ac is #996699. Color #8063ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100011 10101100
Octal 200 143 254
Decimal 128 99 172
Hex 80 63 AC

RGB Percentages of Color #8063ac

%32.08
%24.81
%43.11

CMYK Percentages of Color #8063ac

%26
%42
%0
%33

Triadic Colors of #8063ac

#8063ac #ac8063 #63ac80

Analogous Colors of #8063ac

#8063ac #a563ac #636bac

Monochromatic Colors of #8063ac

#8063ac

Complementary Color

#8063ac #8fac63

#8063ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8063ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8063ac Color CSS Codes

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

#8063ac Text Font Color

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

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


#8063ac Background Color

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

This div background color is #8063ac


#8063ac Border Color

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

This div border color is #8063ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,99,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8063ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8063ac


Comments

No comments written yet.

Please login to write comment.