Color Hex Logo

#8078aa Color Hex

#8078AA
(128,120,170)
0 Favorites   0 Comments

Color spaces of #8078aa

RGB 128120170
HSL0.690.230.57
HSV250°29°67°
CMYK 0.250.290.00   0.33
XYZ22.874320.924440.8634
Yxy20.92440.27020.2472
Hunter Lab45.74329.2100-20.9448
CIE-Lab52.866714.1701-25.5273

#8078aa color RGB value is (128,120,170).

#8078aa hex color red value is 128, green value is 120 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8078aa hue: 0.69 , saturation: 0.23 and the lightness value of 8078aa is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01111000 10101010
Octal 200 170 252
Decimal 128 120 170
Hex 80 78 AA

RGB Percentages of Color #8078aa

%30.62
%28.71
%40.67

CMYK Percentages of Color #8078aa

%25
%29
%0
%33

Triadic Colors of #8078aa

#8078aa #aa8078 #78aa80

Analogous Colors of #8078aa

#8078aa #9978aa #7889aa

Monochromatic Colors of #8078aa

#8078aa

Complementary Color

#8078aa #a2aa78

#8078aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8078aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8078aa Color CSS Codes

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

#8078aa Text Font Color

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

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


#8078aa Background Color

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

This div background color is #8078aa


#8078aa Border Color

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

This div border color is #8078aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8078aa


Comments

No comments written yet.

Please login to write comment.