Color Hex Logo

#a7748b Color Hex

#A7748B
(167,116,139)
0 Favorites   0 Comments

Color spaces of #a7748b

RGB 167116139
HSL0.920.220.55
HSV333°31°65°
CMYK 0.000.310.17   0.35
XYZ26.841922.570427.3679
Yxy22.57040.34960.2940
Hunter Lab47.508317.7118-0.8991
CIE-Lab54.627123.6142-4.4479

#a7748b color RGB value is (167,116,139).

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

The process color (four color CMYK) of #a7748b color hex is 0.00, 0.31, 0.17, 0.35. Web safe color of #a7748b is #996699. Color #a7748b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110100 10001011
Octal 247 164 213
Decimal 167 116 139
Hex A7 74 8B

RGB Percentages of Color #a7748b

%39.57
%27.49
%32.94

CMYK Percentages of Color #a7748b

%0
%31
%17
%35

Triadic Colors of #a7748b

#a7748b #8ba774 #748ba7

Analogous Colors of #a7748b

#a7748b #a77774 #a774a5

Monochromatic Colors of #a7748b

#a7748b

Complementary Color

#a7748b #74a790

#a7748b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7748b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7748b Color CSS Codes

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

#a7748b Text Font Color

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

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


#a7748b Background Color

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

This div background color is #a7748b


#a7748b Border Color

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

This div border color is #a7748b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,116,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 #a7748b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7748b


Comments

No comments written yet.

Please login to write comment.