Color Hex Logo

#a28393 Color Hex

#A28393
(162,131,147)
0 Favorites   0 Comments

Color spaces of #a28393

RGB 162131147
HSL0.910.140.57
HSV329°19°64°
CMYK 0.000.190.09   0.36
XYZ28.283126.020631.1356
Yxy26.02060.33100.3046
Hunter Lab51.01049.7025-0.4820
CIE-Lab58.056614.6007-4.0799

#a28393 color RGB value is (162,131,147).

#a28393 hex color red value is 162, green value is 131 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #a28393 hue: 0.91 , saturation: 0.14 and the lightness value of a28393 is 0.57.

The process color (four color CMYK) of #a28393 color hex is 0.00, 0.19, 0.09, 0.36. Web safe color of #a28393 is #999999. Color #a28393 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10000011 10010011
Octal 242 203 223
Decimal 162 131 147
Hex A2 83 93

RGB Percentages of Color #a28393

%36.82
%29.77
%33.41

CMYK Percentages of Color #a28393

%0
%19
%9
%36

Triadic Colors of #a28393

#a28393 #93a283 #8393a2

Analogous Colors of #a28393

#a28393 #a28384 #a283a2

Monochromatic Colors of #a28393

#a28393

Complementary Color

#a28393 #83a292

#a28393 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a28393 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a28393 Color CSS Codes

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

#a28393 Text Font Color

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

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


#a28393 Background Color

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

This div background color is #a28393


#a28393 Border Color

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

This div border color is #a28393


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,131,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a28393; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a28393;
  -webkit-box-shadow: 1px 1px 3px 2px #a28393;
  box-shadow:         1px 1px 3px 2px #a28393; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,131,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a28393


Comments

No comments written yet.

Please login to write comment.