Color Hex Logo

#8065aa Color Hex

#8065AA
(128,101,170)
0 Favorites   0 Comments

Color spaces of #8065aa

RGB 128101170
HSL0.730.290.53
HSV263°41°67°
CMYK 0.250.410.00   0.33
XYZ20.811516.798840.1758
Yxy16.79880.26750.2160
Hunter Lab40.986318.9103-29.4271
CIE-Lab48.005525.4784-33.0949

#8065aa color RGB value is (128,101,170).

#8065aa hex color red value is 128, green value is 101 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8065aa hue: 0.73 , saturation: 0.29 and the lightness value of 8065aa is 0.53.

The process color (four color CMYK) of #8065aa color hex is 0.25, 0.41, 0.00, 0.33. Web safe color of #8065aa is #996699. Color #8065aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01100101 10101010
Octal 200 145 252
Decimal 128 101 170
Hex 80 65 AA

RGB Percentages of Color #8065aa

%32.08
%25.31
%42.61

CMYK Percentages of Color #8065aa

%25
%41
%0
%33

Triadic Colors of #8065aa

#8065aa #aa8065 #65aa80

Analogous Colors of #8065aa

#8065aa #a365aa #656daa

Monochromatic Colors of #8065aa

#8065aa

Complementary Color

#8065aa #8faa65

#8065aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8065aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8065aa Color CSS Codes

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

#8065aa Text Font Color

<p style="color:#8065aa">Text here</p>

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


#8065aa Background Color

<div style="background-color:#8065aa">
Div content here</div>

This div background color is #8065aa


#8065aa Border Color

<div style="border:3px solid #8065aa">
Div here</div>

This div border color is #8065aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,101,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8065aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8065aa;
  -webkit-box-shadow: 1px 1px 3px 2px #8065aa;
  box-shadow:         1px 1px 3px 2px #8065aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8065aa


Comments

No comments written yet.

Please login to write comment.