Color Hex Logo

#8042ae Color Hex

#8042AE
(128,66,174)
0 Favorites   0 Comments

Color spaces of #8042ae

RGB 12866174
HSL0.760.450.47
HSV274°62°68°
CMYK 0.260.620.00   0.32
XYZ18.490311.541641.2976
Yxy11.54160.25920.1618
Hunter Lab33.972937.6988-48.2921
CIE-Lab40.478146.2755-47.3961

#8042ae color RGB value is (128,66,174).

#8042ae hex color red value is 128, green value is 66 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #8042ae hue: 0.76 , saturation: 0.45 and the lightness value of 8042ae is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10000000 01000010 10101110
Octal 200 102 256
Decimal 128 66 174
Hex 80 42 AE

RGB Percentages of Color #8042ae

%34.78
%17.93
%47.28

CMYK Percentages of Color #8042ae

%26
%62
%0
%32

Triadic Colors of #8042ae

#8042ae #ae8042 #42ae80

Analogous Colors of #8042ae

#8042ae #ae42a6 #4a42ae

Monochromatic Colors of #8042ae

#8042ae

Complementary Color

#8042ae #70ae42

#8042ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8042ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8042ae Color CSS Codes

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

#8042ae Text Font Color

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

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


#8042ae Background Color

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

This div background color is #8042ae


#8042ae Border Color

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

This div border color is #8042ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8042ae


Comments

No comments written yet.

Please login to write comment.