Color Hex Logo

#a4749b Color Hex

#A4749B
(164,116,155)
0 Favorites   0 Comments

Color spaces of #a4749b

RGB 164116155
HSL0.860.210.55
HSV311°29°64°
CMYK 0.000.290.05   0.36
XYZ27.471622.749933.9536
Yxy22.74990.32640.2703
Hunter Lab47.696919.3398-8.8185
CIE-Lab54.813825.3547-13.5319

#a4749b color RGB value is (164,116,155).

#a4749b hex color red value is 164, green value is 116 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #a4749b hue: 0.86 , saturation: 0.21 and the lightness value of a4749b is 0.55.

The process color (four color CMYK) of #a4749b color hex is 0.00, 0.29, 0.05, 0.36. Web safe color of #a4749b is #996699. Color #a4749b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110100 10011011
Octal 244 164 233
Decimal 164 116 155
Hex A4 74 9B

RGB Percentages of Color #a4749b

%37.70
%26.67
%35.63

CMYK Percentages of Color #a4749b

%0
%29
%5
%36

Triadic Colors of #a4749b

#a4749b #9ba474 #749ba4

Analogous Colors of #a4749b

#a4749b #a47483 #9574a4

Monochromatic Colors of #a4749b

#a4749b

Complementary Color

#a4749b #74a47d

#a4749b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4749b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4749b Color CSS Codes

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

#a4749b Text Font Color

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

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


#a4749b Background Color

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

This div background color is #a4749b


#a4749b Border Color

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

This div border color is #a4749b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4749b


Comments

No comments written yet.

Please login to write comment.