Color Hex Logo

#a07499 Color Hex

#A07499
(160,116,153)
0 Favorites   0 Comments

Color spaces of #a07499

RGB 160116153
HSL0.860.190.54
HSV310°28°63°
CMYK 0.000.280.04   0.37
XYZ26.492422.264333.0381
Yxy22.26430.32390.2722
Hunter Lab47.185117.6463-8.4842
CIE-Lab54.306323.5667-13.1768

#a07499 color RGB value is (160,116,153).

#a07499 hex color red value is 160, green value is 116 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #a07499 hue: 0.86 , saturation: 0.19 and the lightness value of a07499 is 0.54.

The process color (four color CMYK) of #a07499 color hex is 0.00, 0.28, 0.04, 0.37. Web safe color of #a07499 is #996699. Color #a07499 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110100 10011001
Octal 240 164 231
Decimal 160 116 153
Hex A0 74 99

RGB Percentages of Color #a07499

%37.30
%27.04
%35.66

CMYK Percentages of Color #a07499

%0
%28
%4
%37

Triadic Colors of #a07499

#a07499 #99a074 #7499a0

Analogous Colors of #a07499

#a07499 #a07483 #9174a0

Monochromatic Colors of #a07499

#a07499

Complementary Color

#a07499 #74a07b

#a07499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07499 Color CSS Codes

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

#a07499 Text Font Color

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

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


#a07499 Background Color

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

This div background color is #a07499


#a07499 Border Color

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

This div border color is #a07499


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,116,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a07499; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a07499;
  -webkit-box-shadow: 1px 1px 3px 2px #a07499;
  box-shadow:         1px 1px 3px 2px #a07499; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,116,153, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07499


Comments

No comments written yet.

Please login to write comment.