Color Hex Logo

#a4889d Color Hex

#A4889D
(164,136,157)
0 Favorites   0 Comments

Color spaces of #a4889d

RGB 164136157
HSL0.880.130.59
HSV315°17°64°
CMYK 0.000.170.04   0.36
XYZ30.199827.935235.6986
Yxy27.93520.32180.2977
Hunter Lab52.85389.4980-3.0481
CIE-Lab59.830214.3324-7.1677

#a4889d color RGB value is (164,136,157).

#a4889d hex color red value is 164, green value is 136 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #a4889d hue: 0.88 , saturation: 0.13 and the lightness value of a4889d is 0.59.

The process color (four color CMYK) of #a4889d color hex is 0.00, 0.17, 0.04, 0.36. Web safe color of #a4889d is #999999. Color #a4889d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001000 10011101
Octal 244 210 235
Decimal 164 136 157
Hex A4 88 9D

RGB Percentages of Color #a4889d

%35.89
%29.76
%34.35

CMYK Percentages of Color #a4889d

%0
%17
%4
%36

Triadic Colors of #a4889d

#a4889d #9da488 #889da4

Analogous Colors of #a4889d

#a4889d #a4888f #9d88a4

Monochromatic Colors of #a4889d

#a4889d

Complementary Color

#a4889d #88a48f

#a4889d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4889d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4889d Color CSS Codes

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

#a4889d Text Font Color

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

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


#a4889d Background Color

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

This div background color is #a4889d


#a4889d Border Color

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

This div border color is #a4889d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4889d


Comments

No comments written yet.

Please login to write comment.