Color Hex Logo

#a772df Color Hex

#A772DF
(167,114,223)
0 Favorites   0 Comments

Color spaces of #a772df

RGB 167114223
HSL0.750.630.66
HSV269°49°87°
CMYK 0.250.490.00   0.13
XYZ35.272925.577872.8900
Yxy25.57780.26370.1912
Hunter Lab50.574535.9884-50.0490
CIE-Lab57.634141.9229-48.0022

#a772df color RGB value is (167,114,223).

#a772df hex color red value is 167, green value is 114 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a772df hue: 0.75 , saturation: 0.63 and the lightness value of a772df is 0.66.

The process color (four color CMYK) of #a772df color hex is 0.25, 0.49, 0.00, 0.13. Web safe color of #a772df is #9966cc. Color #a772df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110010 11011111
Octal 247 162 337
Decimal 167 114 223
Hex A7 72 DF

RGB Percentages of Color #a772df

%33.13
%22.62
%44.25

CMYK Percentages of Color #a772df

%25
%49
%0
%13

Triadic Colors of #a772df

#a772df #dfa772 #72dfa7

Analogous Colors of #a772df

#a772df #de72df #7274df

Monochromatic Colors of #a772df

#a772df

Complementary Color

#a772df #aadf72

#a772df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a772df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a772df Color CSS Codes

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

#a772df Text Font Color

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

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


#a772df Background Color

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

This div background color is #a772df


#a772df Border Color

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

This div border color is #a772df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a772df


Comments

No comments written yet.

Please login to write comment.