Color Hex Logo

#a1585c Color Hex

#A1585C
(161,88,92)
0 Favorites   0 Comments

Color spaces of #a1585c

RGB 1618892
HSL0.990.290.49
HSV357°45°63°
CMYK 0.000.450.43   0.37
XYZ20.119415.329212.0236
Yxy15.32920.42380.3229
Hunter Lab39.152523.20939.1990
CIE-Lab46.081830.391711.0855

#a1585c color RGB value is (161,88,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 01011000 01011100
Octal 241 130 134
Decimal 161 88 92
Hex A1 58 5C

RGB Percentages of Color #a1585c

%47.21
%25.81
%26.98

CMYK Percentages of Color #a1585c

%0
%45
%43
%37

Triadic Colors of #a1585c

#a1585c #5ca158 #585ca1

Analogous Colors of #a1585c

#a1585c #a17958 #a15881

Monochromatic Colors of #a1585c

#a1585c

Complementary Color

#a1585c #58a19d

#a1585c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1585c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1585c Color CSS Codes

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

#a1585c Text Font Color

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

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


#a1585c Background Color

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

This div background color is #a1585c


#a1585c Border Color

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

This div border color is #a1585c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1585c


Comments

No comments written yet.

Please login to write comment.