Color Hex Logo

#a772fa Color Hex

#A772FA
(167,114,250)
0 Favorites   0 Comments

Color spaces of #a772fa

RGB 167114250
HSL0.730.930.71
HSV263°54°98°
CMYK 0.330.540.00   0.02
XYZ39.209027.152293.6168
Yxy27.15220.24510.1697
Hunter Lab52.107843.1255-70.0449
CIE-Lab59.114948.4368-60.6699

#a772fa color RGB value is (167,114,250).

#a772fa hex color red value is 167, green value is 114 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a772fa hue: 0.73 , saturation: 0.93 and the lightness value of a772fa is 0.71.

The process color (four color CMYK) of #a772fa color hex is 0.33, 0.54, 0.00, 0.02. Web safe color of #a772fa is #9966ff. Color #a772fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110010 11111010
Octal 247 162 372
Decimal 167 114 250
Hex A7 72 FA

RGB Percentages of Color #a772fa

%31.45
%21.47
%47.08

CMYK Percentages of Color #a772fa

%33
%54
%0
%2

Triadic Colors of #a772fa

#a772fa #faa772 #72faa7

Analogous Colors of #a772fa

#a772fa #eb72fa #7281fa

Monochromatic Colors of #a772fa

#a772fa

Complementary Color

#a772fa #c5fa72

#a772fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a772fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a772fa Color CSS Codes

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

#a772fa Text Font Color

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

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


#a772fa Background Color

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

This div background color is #a772fa


#a772fa Border Color

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

This div border color is #a772fa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,114,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 #a772fa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a772fa


Comments

No comments written yet.

Please login to write comment.