Color Hex Logo

#a74592 Color Hex

#A74592
(167,69,146)
0 Favorites   0 Comments

Color spaces of #a74592

RGB 16769146
HSL0.870.420.46
HSV313°59°65°
CMYK 0.000.590.13   0.35
XYZ23.252814.547128.7764
Yxy14.54710.34930.2185
Hunter Lab38.140742.0780-18.0347
CIE-Lab45.007549.7517-23.1625

#a74592 color RGB value is (167,69,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000101 10010010
Octal 247 105 222
Decimal 167 69 146
Hex A7 45 92

RGB Percentages of Color #a74592

%43.72
%18.06
%38.22

CMYK Percentages of Color #a74592

%0
%59
%13
%35

Triadic Colors of #a74592

#a74592 #92a745 #4592a7

Analogous Colors of #a74592

#a74592 #a74561 #8b45a7

Monochromatic Colors of #a74592

#a74592

Complementary Color

#a74592 #45a75a

#a74592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74592 Color CSS Codes

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

#a74592 Text Font Color

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

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


#a74592 Background Color

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

This div background color is #a74592


#a74592 Border Color

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

This div border color is #a74592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74592


Comments

No comments written yet.

Please login to write comment.