Color Hex Logo

#a75492 Color Hex

#A75492
(167,84,146)
0 Favorites   0 Comments

Color spaces of #a75492

RGB 16784146
HSL0.880.330.49
HSV315°50°65°
CMYK 0.000.500.13   0.35
XYZ24.295016.631529.1238
Yxy16.63150.34680.2374
Hunter Lab40.781734.9702-13.7940
CIE-Lab47.792342.3521-18.8756

#a75492 color RGB value is (167,84,146).

#a75492 hex color red value is 167, green value is 84 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #a75492 hue: 0.88 , saturation: 0.33 and the lightness value of a75492 is 0.49.

The process color (four color CMYK) of #a75492 color hex is 0.00, 0.50, 0.13, 0.35. Web safe color of #a75492 is #996699. Color #a75492 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01010100 10010010
Octal 247 124 222
Decimal 167 84 146
Hex A7 54 92

RGB Percentages of Color #a75492

%42.07
%21.16
%36.78

CMYK Percentages of Color #a75492

%0
%50
%13
%35

Triadic Colors of #a75492

#a75492 #92a754 #5492a7

Analogous Colors of #a75492

#a75492 #a75469 #9354a7

Monochromatic Colors of #a75492

#a75492

Complementary Color

#a75492 #54a769

#a75492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a75492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a75492 Color CSS Codes

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

#a75492 Text Font Color

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

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


#a75492 Background Color

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

This div background color is #a75492


#a75492 Border Color

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

This div border color is #a75492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a75492


Comments

No comments written yet.

Please login to write comment.