Color Hex Logo

#a74ab4 Color Hex

#A74AB4
(167,74,180)
0 Favorites   0 Comments

Color spaces of #a74ab4

RGB 16774180
HSL0.810.420.50
HSV293°59°71°
CMYK 0.070.590.00   0.29
XYZ26.623316.408344.9439
Yxy16.40830.30260.1865
Hunter Lab40.507246.4315-37.4290
CIE-Lab47.505753.4168-39.4208

#a74ab4 color RGB value is (167,74,180).

#a74ab4 hex color red value is 167, green value is 74 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #a74ab4 hue: 0.81 , saturation: 0.42 and the lightness value of a74ab4 is 0.50.

The process color (four color CMYK) of #a74ab4 color hex is 0.07, 0.59, 0.00, 0.29. Web safe color of #a74ab4 is #9933cc. Color #a74ab4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01001010 10110100
Octal 247 112 264
Decimal 167 74 180
Hex A7 4A B4

RGB Percentages of Color #a74ab4

%39.67
%17.58
%42.76

CMYK Percentages of Color #a74ab4

%7
%59
%0
%29

Triadic Colors of #a74ab4

#a74ab4 #b4a74a #4ab4a7

Analogous Colors of #a74ab4

#a74ab4 #b44a8c #724ab4

Monochromatic Colors of #a74ab4

#a74ab4

Complementary Color

#a74ab4 #57b44a

#a74ab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74ab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74ab4 Color CSS Codes

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

#a74ab4 Text Font Color

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

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


#a74ab4 Background Color

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

This div background color is #a74ab4


#a74ab4 Border Color

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

This div border color is #a74ab4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,74,180, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74ab4


Comments

No comments written yet.

Please login to write comment.