Color Hex Logo

#a72273 Color Hex

#A72273
(167,34,115)
0 Favorites   0 Comments

Color spaces of #a72273

RGB 16734115
HSL0.900.660.39
HSV323°80°65°
CMYK 0.000.800.31   0.35
XYZ19.602910.597317.2320
Yxy10.59730.41330.2234
Hunter Lab32.553550.5196-8.5974
CIE-Lab38.893858.8026-13.5376

#a72273 color RGB value is (167,34,115).

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

The process color (four color CMYK) of #a72273 color hex is 0.00, 0.80, 0.31, 0.35. Web safe color of #a72273 is #993366. Color #a72273 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00100010 01110011
Octal 247 42 163
Decimal 167 34 115
Hex A7 22 73

RGB Percentages of Color #a72273

%52.85
%10.76
%36.39

CMYK Percentages of Color #a72273

%0
%80
%31
%35

Triadic Colors of #a72273

#a72273 #73a722 #2273a7

Analogous Colors of #a72273

#a72273 #a72230 #9922a7

Monochromatic Colors of #a72273

#a72273

Complementary Color

#a72273 #22a756

#a72273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72273 Color CSS Codes

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

#a72273 Text Font Color

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

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


#a72273 Background Color

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

This div background color is #a72273


#a72273 Border Color

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

This div border color is #a72273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72273


Comments

No comments written yet.

Please login to write comment.