Color Hex Logo

#a1385d Color Hex

#A1385D
(161,56,93)
0 Favorites   0 Comments

Color spaces of #a1385d

RGB 1615693
HSL0.940.480.43
HSV339°65°63°
CMYK 0.000.650.42   0.37
XYZ18.087911.195711.5636
Yxy11.19570.44280.2741
Hunter Lab33.460037.93912.9317
CIE-Lab39.908146.61511.6808

#a1385d color RGB value is (161,56,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 00111000 01011101
Octal 241 70 135
Decimal 161 56 93
Hex A1 38 5D

RGB Percentages of Color #a1385d

%51.94
%18.06
%30.00

CMYK Percentages of Color #a1385d

%0
%65
%42
%37

Triadic Colors of #a1385d

#a1385d #5da138 #385da1

Analogous Colors of #a1385d

#a1385d #a14838 #a13892

Monochromatic Colors of #a1385d

#a1385d

Complementary Color

#a1385d #38a17c

#a1385d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1385d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1385d Color CSS Codes

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

#a1385d Text Font Color

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

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


#a1385d Background Color

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

This div background color is #a1385d


#a1385d Border Color

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

This div border color is #a1385d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1385d


Comments

No comments written yet.

Please login to write comment.