Color Hex Logo

#a74eaa Color Hex

#A74EAA
(167,78,170)
0 Favorites   0 Comments

Color spaces of #a74eaa

RGB 16778170
HSL0.830.370.49
HSV298°54°67°
CMYK 0.020.540.00   0.33
XYZ25.916416.566539.8619
Yxy16.56650.31470.2012
Hunter Lab40.702042.4289-29.5749
CIE-Lab47.709149.6184-33.2313

#a74eaa color RGB value is (167,78,170).

#a74eaa hex color red value is 167, green value is 78 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a74eaa hue: 0.83 , saturation: 0.37 and the lightness value of a74eaa is 0.49.

The process color (four color CMYK) of #a74eaa color hex is 0.02, 0.54, 0.00, 0.33. Web safe color of #a74eaa is #996699. Color #a74eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001110 10101010
Octal 247 116 252
Decimal 167 78 170
Hex A7 4E AA

RGB Percentages of Color #a74eaa

%40.24
%18.80
%40.96

CMYK Percentages of Color #a74eaa

%2
%54
%0
%33

Triadic Colors of #a74eaa

#a74eaa #aaa74e #4eaaa7

Analogous Colors of #a74eaa

#a74eaa #aa4e7f #794eaa

Monochromatic Colors of #a74eaa

#a74eaa

Complementary Color

#a74eaa #51aa4e

#a74eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74eaa Color CSS Codes

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

#a74eaa Text Font Color

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

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


#a74eaa Background Color

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

This div background color is #a74eaa


#a74eaa Border Color

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

This div border color is #a74eaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,78,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a74eaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a74eaa;
  -webkit-box-shadow: 1px 1px 3px 2px #a74eaa;
  box-shadow:         1px 1px 3px 2px #a74eaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,78,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 #a74eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74eaa


Comments

No comments written yet.

Please login to write comment.