Color Hex Logo

#a72abe Color Hex

#A72ABE
(167,42,190)
0 Favorites   0 Comments

Color spaces of #a72abe

RGB 16742190
HSL0.810.640.45
HSV291°78°75°
CMYK 0.120.780.00   0.25
XYZ26.058613.589149.9647
Yxy13.58910.29080.1516
Hunter Lab36.863461.6701-54.5574
CIE-Lab43.637867.7592-51.4402

#a72abe color RGB value is (167,42,190).

#a72abe hex color red value is 167, green value is 42 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a72abe hue: 0.81 , saturation: 0.64 and the lightness value of a72abe is 0.45.

The process color (four color CMYK) of #a72abe color hex is 0.12, 0.78, 0.00, 0.25. Web safe color of #a72abe is #9933cc. Color #a72abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00101010 10111110
Octal 247 52 276
Decimal 167 42 190
Hex A7 2A BE

RGB Percentages of Color #a72abe

%41.85
%10.53
%47.62

CMYK Percentages of Color #a72abe

%12
%78
%0
%25

Triadic Colors of #a72abe

#a72abe #bea72a #2abea7

Analogous Colors of #a72abe

#a72abe #be2a8b #5d2abe

Monochromatic Colors of #a72abe

#a72abe

Complementary Color

#a72abe #41be2a

#a72abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a72abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a72abe Color CSS Codes

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

#a72abe Text Font Color

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

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


#a72abe Background Color

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

This div background color is #a72abe


#a72abe Border Color

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

This div border color is #a72abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a72abe


Comments

No comments written yet.

Please login to write comment.