Color Hex Logo

#a12997 Color Hex

#A12997
(161,41,151)
0 Favorites   0 Comments

Color spaces of #a12997

RGB 16141151
HSL0.850.590.40
HSV305°75°63°
CMYK 0.000.750.06   0.37
XYZ21.076811.397330.3672
Yxy11.39730.33540.1814
Hunter Lab33.759952.3604-29.6998
CIE-Lab40.241760.2181-33.7022

#a12997 color RGB value is (161,41,151).

#a12997 hex color red value is 161, green value is 41 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #a12997 hue: 0.85 , saturation: 0.59 and the lightness value of a12997 is 0.40.

The process color (four color CMYK) of #a12997 color hex is 0.00, 0.75, 0.06, 0.37. Web safe color of #a12997 is #993399. Color #a12997 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100001 00101001 10010111
Octal 241 51 227
Decimal 161 41 151
Hex A1 29 97

RGB Percentages of Color #a12997

%45.61
%11.61
%42.78

CMYK Percentages of Color #a12997

%0
%75
%6
%37

Triadic Colors of #a12997

#a12997 #97a129 #2997a1

Analogous Colors of #a12997

#a12997 #a1295b #6f29a1

Monochromatic Colors of #a12997

#a12997

Complementary Color

#a12997 #29a133

#a12997 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a12997 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a12997 Color CSS Codes

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

#a12997 Text Font Color

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

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


#a12997 Background Color

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

This div background color is #a12997


#a12997 Border Color

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

This div border color is #a12997


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a12997


Comments

No comments written yet.

Please login to write comment.