Color Hex Logo

#8074ae Color Hex

#8074AE
(128,116,174)
0 Favorites   0 Comments

Color spaces of #8074ae

RGB 128116174
HSL0.700.260.57
HSV252°33°68°
CMYK 0.260.330.00   0.32
XYZ22.787520.136042.7300
Yxy20.13600.26600.2351
Hunter Lab44.873212.1179-25.0471
CIE-Lab51.990617.5522-29.2017

#8074ae color RGB value is (128,116,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110100 10101110
Octal 200 164 256
Decimal 128 116 174
Hex 80 74 AE

RGB Percentages of Color #8074ae

%30.62
%27.75
%41.63

CMYK Percentages of Color #8074ae

%26
%33
%0
%32

Triadic Colors of #8074ae

#8074ae #ae8074 #74ae80

Analogous Colors of #8074ae

#8074ae #9d74ae #7485ae

Monochromatic Colors of #8074ae

#8074ae

Complementary Color

#8074ae #a2ae74

#8074ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8074ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8074ae Color CSS Codes

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

#8074ae Text Font Color

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

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


#8074ae Background Color

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

This div background color is #8074ae


#8074ae Border Color

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

This div border color is #8074ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8074ae


Comments

No comments written yet.

Please login to write comment.