Color Hex Logo

#a72890 Color Hex

#A72890
(167,40,144)
0 Favorites   0 Comments

Color spaces of #a72890

RGB 16740144
HSL0.860.610.41
HSV311°76°65°
CMYK 0.000.760.14   0.35
XYZ21.729211.746727.5076
Yxy11.74670.35630.1926
Hunter Lab34.273553.1895-23.5943
CIE-Lab40.810760.8567-28.4837

#a72890 color RGB value is (167,40,144).

#a72890 hex color red value is 167, green value is 40 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #a72890 hue: 0.86 , saturation: 0.61 and the lightness value of a72890 is 0.41.

The process color (four color CMYK) of #a72890 color hex is 0.00, 0.76, 0.14, 0.35. Web safe color of #a72890 is #993399. Color #a72890 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101000 10010000
Octal 247 50 220
Decimal 167 40 144
Hex A7 28 90

RGB Percentages of Color #a72890

%47.58
%11.40
%41.03

CMYK Percentages of Color #a72890

%0
%76
%14
%35

Triadic Colors of #a72890

#a72890 #90a728 #2890a7

Analogous Colors of #a72890

#a72890 #a72850 #7f28a7

Monochromatic Colors of #a72890

#a72890

Complementary Color

#a72890 #28a73f

#a72890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72890 Color CSS Codes

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

#a72890 Text Font Color

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

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


#a72890 Background Color

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

This div background color is #a72890


#a72890 Border Color

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

This div border color is #a72890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72890


Comments

No comments written yet.

Please login to write comment.