Color Hex Logo

#a772dc Color Hex

#A772DC
(167,114,220)
0 Favorites   0 Comments

Color spaces of #a772dc

RGB 167114220
HSL0.750.600.65
HSV270°48°86°
CMYK 0.240.480.00   0.14
XYZ34.871925.417470.7782
Yxy25.41740.26610.1939
Hunter Lab50.415735.2388-47.9458
CIE-Lab57.479941.2210-46.5619

#a772dc color RGB value is (167,114,220).

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

The process color (four color CMYK) of #a772dc color hex is 0.24, 0.48, 0.00, 0.14. Web safe color of #a772dc is #9966cc. Color #a772dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01110010 11011100
Octal 247 162 334
Decimal 167 114 220
Hex A7 72 DC

RGB Percentages of Color #a772dc

%33.33
%22.75
%43.91

CMYK Percentages of Color #a772dc

%24
%48
%0
%14

Triadic Colors of #a772dc

#a772dc #dca772 #72dca7

Analogous Colors of #a772dc

#a772dc #dc72dc #7272dc

Monochromatic Colors of #a772dc

#a772dc

Complementary Color

#a772dc #a7dc72

#a772dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a772dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a772dc Color CSS Codes

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

#a772dc Text Font Color

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

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


#a772dc Background Color

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

This div background color is #a772dc


#a772dc Border Color

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

This div border color is #a772dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a772dc


Comments

No comments written yet.

Please login to write comment.