Color Hex Logo

#a72a88 Color Hex

#A72A88
(167,42,136)
0 Favorites   0 Comments

Color spaces of #a72a88

RGB 16742136
HSL0.870.600.41
HSV315°75°65°
CMYK 0.000.750.19   0.35
XYZ21.208211.649024.4232
Yxy11.64900.37030.2034
Hunter Lab34.130651.1883-18.5353
CIE-Lab40.652759.0742-23.8419

#a72a88 color RGB value is (167,42,136).

#a72a88 hex color red value is 167, green value is 42 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #a72a88 hue: 0.87 , saturation: 0.60 and the lightness value of a72a88 is 0.41.

The process color (four color CMYK) of #a72a88 color hex is 0.00, 0.75, 0.19, 0.35. Web safe color of #a72a88 is #993399. Color #a72a88 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101010 10001000
Octal 247 52 210
Decimal 167 42 136
Hex A7 2A 88

RGB Percentages of Color #a72a88

%48.41
%12.17
%39.42

CMYK Percentages of Color #a72a88

%0
%75
%19
%35

Triadic Colors of #a72a88

#a72a88 #88a72a #2a88a7

Analogous Colors of #a72a88

#a72a88 #a72a49 #882aa7

Monochromatic Colors of #a72a88

#a72a88

Complementary Color

#a72a88 #2aa749

#a72a88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72a88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72a88 Color CSS Codes

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

#a72a88 Text Font Color

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

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


#a72a88 Background Color

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

This div background color is #a72a88


#a72a88 Border Color

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

This div border color is #a72a88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72a88


Comments

No comments written yet.

Please login to write comment.