Color Hex Logo

#a709dc Color Hex

#A709DC
(167,9,220)
0 Favorites   0 Comments

Color spaces of #a709dc

RGB 1679220
HSL0.790.920.45
HSV285°96°86°
CMYK 0.240.960.00   0.14
XYZ28.952313.578268.8050
Yxy13.57820.26000.1220
Hunter Lab36.848675.7641-84.9143
CIE-Lab43.621879.4317-68.8298

#a709dc color RGB value is (167,9,220).

#a709dc hex color red value is 167, green value is 9 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a709dc hue: 0.79 , saturation: 0.92 and the lightness value of a709dc is 0.45.

The process color (four color CMYK) of #a709dc color hex is 0.24, 0.96, 0.00, 0.14. Web safe color of #a709dc is #9900cc. Color #a709dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001001 11011100
Octal 247 11 334
Decimal 167 9 220
Hex A7 9 DC

RGB Percentages of Color #a709dc

%42.17
%2.27
%55.56

CMYK Percentages of Color #a709dc

%24
%96
%0
%14

Triadic Colors of #a709dc

#a709dc #dca709 #09dca7

Analogous Colors of #a709dc

#a709dc #dc09a8 #3d09dc

Monochromatic Colors of #a709dc

#a709dc

Complementary Color

#a709dc #3edc09

#a709dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a709dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a709dc Color CSS Codes

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

#a709dc Text Font Color

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

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


#a709dc Background Color

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

This div background color is #a709dc


#a709dc Border Color

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

This div border color is #a709dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a709dc


Comments

No comments written yet.

Please login to write comment.