Color Hex Logo

#a72afa Color Hex

#A72AFA
(167,42,250)
0 Favorites   0 Comments

Color spaces of #a72afa

RGB 16742250
HSL0.770.950.57
HSV276°83°98°
CMYK 0.330.830.00   0.02
XYZ34.019616.773591.8871
Yxy16.77350.23840.1176
Hunter Lab40.955576.5987-104.3534
CIE-Lab47.973479.2570-78.7009

#a72afa color RGB value is (167,42,250).

#a72afa hex color red value is 167, green value is 42 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a72afa hue: 0.77 , saturation: 0.95 and the lightness value of a72afa is 0.57.

The process color (four color CMYK) of #a72afa color hex is 0.33, 0.83, 0.00, 0.02. Web safe color of #a72afa is #9933ff. Color #a72afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101010 11111010
Octal 247 52 372
Decimal 167 42 250
Hex A7 2A FA

RGB Percentages of Color #a72afa

%36.38
%9.15
%54.47

CMYK Percentages of Color #a72afa

%33
%83
%0
%2

Triadic Colors of #a72afa

#a72afa #faa72a #2afaa7

Analogous Colors of #a72afa

#a72afa #fa2ae5 #3f2afa

Monochromatic Colors of #a72afa

#a72afa

Complementary Color

#a72afa #7dfa2a

#a72afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72afa Color CSS Codes

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

#a72afa Text Font Color

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

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


#a72afa Background Color

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

This div background color is #a72afa


#a72afa Border Color

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

This div border color is #a72afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72afa


Comments

No comments written yet.

Please login to write comment.