Color Hex Logo

#a72aa8 Color Hex

#A72AA8
(167,42,168)
0 Favorites   0 Comments

Color spaces of #a72aa8

RGB 16742168
HSL0.830.600.41
HSV300°75°66°
CMYK 0.010.750.00   0.34
XYZ23.832212.698638.2408
Yxy12.69860.31870.1698
Hunter Lab35.635157.0166-38.6808
CIE-Lab42.305663.9742-40.5814

#a72aa8 color RGB value is (167,42,168).

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

The process color (four color CMYK) of #a72aa8 color hex is 0.01, 0.75, 0.00, 0.34. Web safe color of #a72aa8 is #993399. Color #a72aa8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101010 10101000
Octal 247 52 250
Decimal 167 42 168
Hex A7 2A A8

RGB Percentages of Color #a72aa8

%44.30
%11.14
%44.56

CMYK Percentages of Color #a72aa8

%1
%75
%0
%34

Triadic Colors of #a72aa8

#a72aa8 #a8a72a #2aa8a7

Analogous Colors of #a72aa8

#a72aa8 #a82a6a #682aa8

Monochromatic Colors of #a72aa8

#a72aa8

Complementary Color

#a72aa8 #2ba82a

#a72aa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72aa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72aa8 Color CSS Codes

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

#a72aa8 Text Font Color

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

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


#a72aa8 Background Color

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

This div background color is #a72aa8


#a72aa8 Border Color

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

This div border color is #a72aa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72aa8


Comments

No comments written yet.

Please login to write comment.