Color Hex Logo

#a1587b Color Hex

#A1587B
(161,88,123)
0 Favorites   0 Comments

Color spaces of #a1587b

RGB 16188123
HSL0.920.290.49
HSV331°45°63°
CMYK 0.000.450.24   0.37
XYZ21.762815.986620.6776
Yxy15.98660.37250.2736
Hunter Lab39.983227.1865-2.6739
CIE-Lab46.956934.5218-6.4127

#a1587b color RGB value is (161,88,123).

#a1587b hex color red value is 161, green value is 88 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #a1587b hue: 0.92 , saturation: 0.29 and the lightness value of a1587b is 0.49.

The process color (four color CMYK) of #a1587b color hex is 0.00, 0.45, 0.24, 0.37. Web safe color of #a1587b is #996666. Color #a1587b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011000 01111011
Octal 241 130 173
Decimal 161 88 123
Hex A1 58 7B

RGB Percentages of Color #a1587b

%43.28
%23.66
%33.06

CMYK Percentages of Color #a1587b

%0
%45
%24
%37

Triadic Colors of #a1587b

#a1587b #7ba158 #587ba1

Analogous Colors of #a1587b

#a1587b #a15a58 #a158a0

Monochromatic Colors of #a1587b

#a1587b

Complementary Color

#a1587b #58a17e

#a1587b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1587b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1587b Color CSS Codes

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

#a1587b Text Font Color

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

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


#a1587b Background Color

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

This div background color is #a1587b


#a1587b Border Color

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

This div border color is #a1587b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1587b


Comments

No comments written yet.

Please login to write comment.