Color Hex Logo

#a772da Color Hex

#A772DA
(167,114,218)
0 Favorites   0 Comments

Color spaces of #a772da

RGB 167114218
HSL0.750.580.65
HSV271°48°85°
CMYK 0.230.480.00   0.15
XYZ34.608625.312169.3913
Yxy25.31210.26760.1957
Hunter Lab50.311134.7442-46.5576
CIE-Lab57.378340.7558-45.5980

#a772da color RGB value is (167,114,218).

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

The process color (four color CMYK) of #a772da color hex is 0.23, 0.48, 0.00, 0.15. Web safe color of #a772da is #9966cc. Color #a772da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110010 11011010
Octal 247 162 332
Decimal 167 114 218
Hex A7 72 DA

RGB Percentages of Color #a772da

%33.47
%22.85
%43.69

CMYK Percentages of Color #a772da

%23
%48
%0
%15

Triadic Colors of #a772da

#a772da #daa772 #72daa7

Analogous Colors of #a772da

#a772da #da72d9 #7372da

Monochromatic Colors of #a772da

#a772da

Complementary Color

#a772da #a5da72

#a772da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a772da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a772da Color CSS Codes

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

#a772da Text Font Color

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

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


#a772da Background Color

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

This div background color is #a772da


#a772da Border Color

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

This div border color is #a772da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a772da


Comments

No comments written yet.

Please login to write comment.