Color Hex Logo

#a1419d Color Hex

#A1419D
(161,65,157)
0 Favorites   0 Comments

Color spaces of #a1419d

RGB 16165157
HSL0.840.420.44
HSV303°60°63°
CMYK 0.000.600.02   0.37
XYZ22.674013.792033.3654
Yxy13.79200.32470.1975
Hunter Lab37.137643.9907-27.2714
CIE-Lab43.933151.7662-31.5039

#a1419d color RGB value is (161,65,157).

#a1419d hex color red value is 161, green value is 65 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #a1419d hue: 0.84 , saturation: 0.42 and the lightness value of a1419d is 0.44.

The process color (four color CMYK) of #a1419d color hex is 0.00, 0.60, 0.02, 0.37. Web safe color of #a1419d is #993399. Color #a1419d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 01000001 10011101
Octal 241 101 235
Decimal 161 65 157
Hex A1 41 9D

RGB Percentages of Color #a1419d

%42.04
%16.97
%40.99

CMYK Percentages of Color #a1419d

%0
%60
%2
%37

Triadic Colors of #a1419d

#a1419d #9da141 #419da1

Analogous Colors of #a1419d

#a1419d #a1416d #7541a1

Monochromatic Colors of #a1419d

#a1419d

Complementary Color

#a1419d #41a145

#a1419d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1419d Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1419d Color CSS Codes

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

#a1419d Text Font Color

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

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


#a1419d Background Color

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

This div background color is #a1419d


#a1419d Border Color

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

This div border color is #a1419d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1419d


Comments

No comments written yet.

Please login to write comment.