Color Hex Logo

#a74492 Color Hex

#A74492
(167,68,146)
0 Favorites   0 Comments

Color spaces of #a74492

RGB 16768146
HSL0.870.420.46
HSV313°59°65°
CMYK 0.000.590.13   0.35
XYZ23.191814.425128.7561
Yxy14.42510.34940.2173
Hunter Lab37.980442.5310-18.3040
CIE-Lab44.836550.2152-23.4272

#a74492 color RGB value is (167,68,146).

#a74492 hex color red value is 167, green value is 68 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #a74492 hue: 0.87 , saturation: 0.42 and the lightness value of a74492 is 0.46.

The process color (four color CMYK) of #a74492 color hex is 0.00, 0.59, 0.13, 0.35. Web safe color of #a74492 is #993399. Color #a74492 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000100 10010010
Octal 247 104 222
Decimal 167 68 146
Hex A7 44 92

RGB Percentages of Color #a74492

%43.83
%17.85
%38.32

CMYK Percentages of Color #a74492

%0
%59
%13
%35

Triadic Colors of #a74492

#a74492 #92a744 #4492a7

Analogous Colors of #a74492

#a74492 #a74461 #8b44a7

Monochromatic Colors of #a74492

#a74492

Complementary Color

#a74492 #44a759

#a74492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74492 Color CSS Codes

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

#a74492 Text Font Color

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

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


#a74492 Background Color

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

This div background color is #a74492


#a74492 Border Color

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

This div border color is #a74492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74492


Comments

No comments written yet.

Please login to write comment.