Color Hex Logo

#a7588e Color Hex

#A7588E
(167,88,142)
0 Favorites   0 Comments

Color spaces of #a7588e

RGB 16788142
HSL0.890.310.50
HSV319°47°65°
CMYK 0.000.470.15   0.35
XYZ24.308617.147927.6199
Yxy17.14790.35190.2482
Hunter Lab41.410032.3159-10.5586
CIE-Lab48.445939.5944-15.4914

#a7588e color RGB value is (167,88,142).

#a7588e hex color red value is 167, green value is 88 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #a7588e hue: 0.89 , saturation: 0.31 and the lightness value of a7588e is 0.50.

The process color (four color CMYK) of #a7588e color hex is 0.00, 0.47, 0.15, 0.35. Web safe color of #a7588e is #996699. Color #a7588e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01011000 10001110
Octal 247 130 216
Decimal 167 88 142
Hex A7 58 8E

RGB Percentages of Color #a7588e

%42.07
%22.17
%35.77

CMYK Percentages of Color #a7588e

%0
%47
%15
%35

Triadic Colors of #a7588e

#a7588e #8ea758 #588ea7

Analogous Colors of #a7588e

#a7588e #a75867 #9958a7

Monochromatic Colors of #a7588e

#a7588e

Complementary Color

#a7588e #58a771

#a7588e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7588e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7588e Color CSS Codes

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

#a7588e Text Font Color

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

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


#a7588e Background Color

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

This div background color is #a7588e


#a7588e Border Color

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

This div border color is #a7588e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,88,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7588e


Comments

No comments written yet.

Please login to write comment.