Color Hex Logo

#a1589f Color Hex

#A1589F
(161,88,159)
0 Favorites   0 Comments

Color spaces of #a1589f

RGB 16188159
HSL0.840.290.49
HSV302°45°63°
CMYK 0.000.450.01   0.37
XYZ24.445717.059734.8053
Yxy17.05970.32030.2236
Hunter Lab41.303433.3655-21.0498
CIE-Lab48.335240.6670-25.8266

#a1589f color RGB value is (161,88,159).

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

The process color (four color CMYK) of #a1589f color hex is 0.00, 0.45, 0.01, 0.37. Web safe color of #a1589f is #996699. Color #a1589f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011000 10011111
Octal 241 130 237
Decimal 161 88 159
Hex A1 58 9F

RGB Percentages of Color #a1589f

%39.46
%21.57
%38.97

CMYK Percentages of Color #a1589f

%0
%45
%1
%37

Triadic Colors of #a1589f

#a1589f #9fa158 #589fa1

Analogous Colors of #a1589f

#a1589f #a1587b #7f58a1

Monochromatic Colors of #a1589f

#a1589f

Complementary Color

#a1589f #58a15a

#a1589f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1589f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1589f Color CSS Codes

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

#a1589f Text Font Color

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

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


#a1589f Background Color

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

This div background color is #a1589f


#a1589f Border Color

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

This div border color is #a1589f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1589f


Comments

No comments written yet.

Please login to write comment.