Color Hex Logo

#a05058 Color Hex

#A05058
(160,80,88)
0 Favorites   0 Comments

Color spaces of #a05058

RGB 1608088
HSL0.980.330.47
HSV354°50°63°
CMYK 0.000.500.45   0.37
XYZ19.127313.915510.9104
Yxy13.91550.43520.3166
Hunter Lab37.303526.24458.7715
CIE-Lab44.111533.903710.7460

#a05058 color RGB value is (160,80,88).

#a05058 hex color red value is 160, green value is 80 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #a05058 hue: 0.98 , saturation: 0.33 and the lightness value of a05058 is 0.47.

The process color (four color CMYK) of #a05058 color hex is 0.00, 0.50, 0.45, 0.37. Web safe color of #a05058 is #996666. Color #a05058 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01010000 01011000
Octal 240 120 130
Decimal 160 80 88
Hex A0 50 58

RGB Percentages of Color #a05058

%48.78
%24.39
%26.83

CMYK Percentages of Color #a05058

%0
%50
%45
%37

Triadic Colors of #a05058

#a05058 #58a050 #5058a0

Analogous Colors of #a05058

#a05058 #a07050 #a05080

Monochromatic Colors of #a05058

#a05058

Complementary Color

#a05058 #50a098

#a05058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a05058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a05058 Color CSS Codes

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

#a05058 Text Font Color

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

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


#a05058 Background Color

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

This div background color is #a05058


#a05058 Border Color

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

This div border color is #a05058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a05058


Comments

No comments written yet.

Please login to write comment.