Color Hex Logo

#a48598 Color Hex

#A48598
(164,133,152)
0 Favorites   0 Comments

Color spaces of #a48598

RGB 164133152
HSL0.900.150.58
HSV323°19°64°
CMYK 0.000.190.07   0.36
XYZ29.364926.934633.3570
Yxy26.93460.32750.3004
Hunter Lab51.898610.1752-1.7787
CIE-Lab58.913715.1089-5.6640

#a48598 color RGB value is (164,133,152).

#a48598 hex color red value is 164, green value is 133 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #a48598 hue: 0.90 , saturation: 0.15 and the lightness value of a48598 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10000101 10011000
Octal 244 205 230
Decimal 164 133 152
Hex A4 85 98

RGB Percentages of Color #a48598

%36.53
%29.62
%33.85

CMYK Percentages of Color #a48598

%0
%19
%7
%36

Triadic Colors of #a48598

#a48598 #98a485 #8598a4

Analogous Colors of #a48598

#a48598 #a48589 #a185a4

Monochromatic Colors of #a48598

#a48598

Complementary Color

#a48598 #85a491

#a48598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a48598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a48598 Color CSS Codes

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

#a48598 Text Font Color

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

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


#a48598 Background Color

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

This div background color is #a48598


#a48598 Border Color

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

This div border color is #a48598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a48598


Comments

No comments written yet.

Please login to write comment.