Color Hex Logo

#a4758b Color Hex

#A4758B
(164,117,139)
0 Favorites   0 Comments

Color spaces of #a4758b

RGB 164117139
HSL0.920.210.55
HSV332°29°64°
CMYK 0.000.290.15   0.36
XYZ26.331322.479227.3772
Yxy22.47920.34560.2951
Hunter Lab47.412216.1620-1.0472
CIE-Lab54.531821.9314-4.6265

#a4758b color RGB value is (164,117,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 01110101 10001011
Octal 244 165 213
Decimal 164 117 139
Hex A4 75 8B

RGB Percentages of Color #a4758b

%39.05
%27.86
%33.10

CMYK Percentages of Color #a4758b

%0
%29
%15
%36

Triadic Colors of #a4758b

#a4758b #8ba475 #758ba4

Analogous Colors of #a4758b

#a4758b #a47775 #a475a3

Monochromatic Colors of #a4758b

#a4758b

Complementary Color

#a4758b #75a48e

#a4758b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4758b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4758b Color CSS Codes

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

#a4758b Text Font Color

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

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


#a4758b Background Color

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

This div background color is #a4758b


#a4758b Border Color

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

This div border color is #a4758b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4758b


Comments

No comments written yet.

Please login to write comment.