Color Hex Logo

#a1385b Color Hex

#A1385B
(161,56,91)
0 Favorites   0 Comments

Color spaces of #a1385b

RGB 1615691
HSL0.940.480.43
HSV340°65°63°
CMYK 0.000.650.43   0.37
XYZ18.000411.160711.1030
Yxy11.16070.44710.2772
Hunter Lab33.407637.71443.6804
CIE-Lab39.849846.40202.8548

#a1385b color RGB value is (161,56,91).

#a1385b hex color red value is 161, green value is 56 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #a1385b hue: 0.94 , saturation: 0.48 and the lightness value of a1385b is 0.43.

The process color (four color CMYK) of #a1385b color hex is 0.00, 0.65, 0.43, 0.37. Web safe color of #a1385b is #993366. Color #a1385b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111000 01011011
Octal 241 70 133
Decimal 161 56 91
Hex A1 38 5B

RGB Percentages of Color #a1385b

%52.27
%18.18
%29.55

CMYK Percentages of Color #a1385b

%0
%65
%43
%37

Triadic Colors of #a1385b

#a1385b #5ba138 #385ba1

Analogous Colors of #a1385b

#a1385b #a14a38 #a13890

Monochromatic Colors of #a1385b

#a1385b

Complementary Color

#a1385b #38a17e

#a1385b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1385b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1385b Color CSS Codes

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

#a1385b Text Font Color

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

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


#a1385b Background Color

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

This div background color is #a1385b


#a1385b Border Color

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

This div border color is #a1385b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1385b


Comments

No comments written yet.

Please login to write comment.