Color Hex Logo

#8076ae Color Hex

#8076AE
(128,118,174)
0 Favorites   0 Comments

Color spaces of #8076ae

RGB 128118174
HSL0.700.260.57
HSV251°32°68°
CMYK 0.260.320.00   0.32
XYZ23.020520.602142.8077
Yxy20.60210.26630.2384
Hunter Lab45.389511.0993-24.1448
CIE-Lab52.511216.3633-28.3928

#8076ae color RGB value is (128,118,174).

#8076ae hex color red value is 128, green value is 118 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8076ae hue: 0.70 , saturation: 0.26 and the lightness value of 8076ae is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110110 10101110
Octal 200 166 256
Decimal 128 118 174
Hex 80 76 AE

RGB Percentages of Color #8076ae

%30.48
%28.10
%41.43

CMYK Percentages of Color #8076ae

%26
%32
%0
%32

Triadic Colors of #8076ae

#8076ae #ae8076 #76ae80

Analogous Colors of #8076ae

#8076ae #9c76ae #7688ae

Monochromatic Colors of #8076ae

#8076ae

Complementary Color

#8076ae #a4ae76

#8076ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8076ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8076ae Color CSS Codes

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

#8076ae Text Font Color

<p style="color:#8076ae">Text here</p>

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


#8076ae Background Color

<div style="background-color:#8076ae">
Div content here</div>

This div background color is #8076ae


#8076ae Border Color

<div style="border:3px solid #8076ae">
Div here</div>

This div border color is #8076ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,118,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8076ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8076ae;
  -webkit-box-shadow: 1px 1px 3px 2px #8076ae;
  box-shadow:         1px 1px 3px 2px #8076ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8076ae


Comments

No comments written yet.

Please login to write comment.