Color Hex Logo

#a1348c Color Hex

#A1348C
(161,52,140)
0 Favorites   0 Comments

Color spaces of #a1348c

RGB 16152140
HSL0.870.510.42
HSV312°68°63°
CMYK 0.000.680.13   0.37
XYZ20.659611.926526.0241
Yxy11.92650.35250.2035
Hunter Lab34.534846.3475-20.5044
CIE-Lab41.099154.5125-25.6715

#a1348c color RGB value is (161,52,140).

#a1348c hex color red value is 161, green value is 52 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #a1348c hue: 0.87 , saturation: 0.51 and the lightness value of a1348c is 0.42.

The process color (four color CMYK) of #a1348c color hex is 0.00, 0.68, 0.13, 0.37. Web safe color of #a1348c is #993399. Color #a1348c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00110100 10001100
Octal 241 64 214
Decimal 161 52 140
Hex A1 34 8C

RGB Percentages of Color #a1348c

%45.61
%14.73
%39.66

CMYK Percentages of Color #a1348c

%0
%68
%13
%37

Triadic Colors of #a1348c

#a1348c #8ca134 #348ca1

Analogous Colors of #a1348c

#a1348c #a13455 #8034a1

Monochromatic Colors of #a1348c

#a1348c

Complementary Color

#a1348c #34a149

#a1348c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1348c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1348c Color CSS Codes

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

#a1348c Text Font Color

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

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


#a1348c Background Color

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

This div background color is #a1348c


#a1348c Border Color

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

This div border color is #a1348c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1348c


Comments

No comments written yet.

Please login to write comment.