Color Hex Logo

#a07380 Color Hex

#A07380
(160,115,128)
0 Favorites   0 Comments

Color spaces of #a07380

RGB 160115128
HSL0.950.190.54
HSV343°28°63°
CMYK 0.000.280.20   0.37
XYZ24.524221.293623.2396
Yxy21.29360.35510.3083
Hunter Lab46.145014.11182.4418
CIE-Lab53.269319.7391-0.0935

#a07380 color RGB value is (160,115,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110011 10000000
Octal 240 163 200
Decimal 160 115 128
Hex A0 73 80

RGB Percentages of Color #a07380

%39.70
%28.54
%31.76

CMYK Percentages of Color #a07380

%0
%28
%20
%37

Triadic Colors of #a07380

#a07380 #80a073 #7380a0

Analogous Colors of #a07380

#a07380 #a07d73 #a07397

Monochromatic Colors of #a07380

#a07380

Complementary Color

#a07380 #73a093

#a07380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a07380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a07380 Color CSS Codes

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

#a07380 Text Font Color

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

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


#a07380 Background Color

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

This div background color is #a07380


#a07380 Border Color

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

This div border color is #a07380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a07380


Comments

No comments written yet.

Please login to write comment.