Color Hex Logo

#a07285 Color Hex

#A07285
(160,114,133)
0 Favorites   0 Comments

Color spaces of #a07285

RGB 160114133
HSL0.930.190.54
HSV335°29°63°
CMYK 0.000.290.17   0.37
XYZ24.748221.201724.9783
Yxy21.20170.34890.2989
Hunter Lab46.045315.36000.0685
CIE-Lab53.169521.1355-3.1749

#a07285 color RGB value is (160,114,133).

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

The process color (four color CMYK) of #a07285 color hex is 0.00, 0.29, 0.17, 0.37. Web safe color of #a07285 is #996699. Color #a07285 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110010 10000101
Octal 240 162 205
Decimal 160 114 133
Hex A0 72 85

RGB Percentages of Color #a07285

%39.31
%28.01
%32.68

CMYK Percentages of Color #a07285

%0
%29
%17
%37

Triadic Colors of #a07285

#a07285 #85a072 #7285a0

Analogous Colors of #a07285

#a07285 #a07672 #a0729c

Monochromatic Colors of #a07285

#a07285

Complementary Color

#a07285 #72a08d

#a07285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07285 Color CSS Codes

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

#a07285 Text Font Color

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

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


#a07285 Background Color

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

This div background color is #a07285


#a07285 Border Color

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

This div border color is #a07285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07285


Comments

No comments written yet.

Please login to write comment.