Color Hex Logo

#a72291 Color Hex

#A72291
(167,34,145)
0 Favorites   0 Comments

Color spaces of #a72291

RGB 16734145
HSL0.860.660.39
HSV310°80°65°
CMYK 0.000.800.13   0.35
XYZ21.619211.403927.8498
Yxy11.40390.35520.1873
Hunter Lab33.769755.1781-25.2576
CIE-Lab40.252662.7455-29.9680

#a72291 color RGB value is (167,34,145).

#a72291 hex color red value is 167, green value is 34 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #a72291 hue: 0.86 , saturation: 0.66 and the lightness value of a72291 is 0.39.

The process color (four color CMYK) of #a72291 color hex is 0.00, 0.80, 0.13, 0.35. Web safe color of #a72291 is #993399. Color #a72291 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100010 10010001
Octal 247 42 221
Decimal 167 34 145
Hex A7 22 91

RGB Percentages of Color #a72291

%48.27
%9.83
%41.91

CMYK Percentages of Color #a72291

%0
%80
%13
%35

Triadic Colors of #a72291

#a72291 #91a722 #2291a7

Analogous Colors of #a72291

#a72291 #a7224f #7b22a7

Monochromatic Colors of #a72291

#a72291

Complementary Color

#a72291 #22a738

#a72291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72291 Color CSS Codes

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

#a72291 Text Font Color

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

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


#a72291 Background Color

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

This div background color is #a72291


#a72291 Border Color

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

This div border color is #a72291


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,34,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a72291; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a72291;
  -webkit-box-shadow: 1px 1px 3px 2px #a72291;
  box-shadow:         1px 1px 3px 2px #a72291; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,34,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72291


Comments

No comments written yet.

Please login to write comment.