Color Hex Logo

#a58892 Color Hex

#A58892
(165,136,146)
0 Favorites   0 Comments

Color spaces of #a58892

RGB 165136146
HSL0.940.140.59
HSV339°18°65°
CMYK 0.000.180.12   0.35
XYZ29.509527.683030.9822
Yxy27.68300.33470.3140
Hunter Lab52.61468.03811.9172
CIE-Lab59.601312.6994-1.1999

#a58892 color RGB value is (165,136,146).

#a58892 hex color red value is 165, green value is 136 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #a58892 hue: 0.94 , saturation: 0.14 and the lightness value of a58892 is 0.59.

The process color (four color CMYK) of #a58892 color hex is 0.00, 0.18, 0.12, 0.35. Web safe color of #a58892 is #999999. Color #a58892 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10001000 10010010
Octal 245 210 222
Decimal 165 136 146
Hex A5 88 92

RGB Percentages of Color #a58892

%36.91
%30.43
%32.66

CMYK Percentages of Color #a58892

%0
%18
%12
%35

Triadic Colors of #a58892

#a58892 #92a588 #8892a5

Analogous Colors of #a58892

#a58892 #a58d88 #a588a1

Monochromatic Colors of #a58892

#a58892

Complementary Color

#a58892 #88a59b

#a58892 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a58892 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a58892 Color CSS Codes

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

#a58892 Text Font Color

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

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


#a58892 Background Color

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

This div background color is #a58892


#a58892 Border Color

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

This div border color is #a58892


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a58892


Comments

No comments written yet.

Please login to write comment.