Color Hex Logo

#a709de Color Hex

#A709DE
(167,9,222)
0 Favorites   0 Comments

Color spaces of #a709de

RGB 1679222
HSL0.790.920.45
HSV285°96°87°
CMYK 0.250.960.00   0.13
XYZ29.218913.684870.2087
Yxy13.68480.25830.1210
Hunter Lab36.993076.2505-86.6310
CIE-Lab43.777579.7904-69.7208

#a709de color RGB value is (167,9,222).

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

The process color (four color CMYK) of #a709de color hex is 0.25, 0.96, 0.00, 0.13. Web safe color of #a709de is #9900cc. Color #a709de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00001001 11011110
Octal 247 11 336
Decimal 167 9 222
Hex A7 9 DE

RGB Percentages of Color #a709de

%41.96
%2.26
%55.78

CMYK Percentages of Color #a709de

%25
%96
%0
%13

Triadic Colors of #a709de

#a709de #dea709 #09dea7

Analogous Colors of #a709de

#a709de #de09ab #3c09de

Monochromatic Colors of #a709de

#a709de

Complementary Color

#a709de #40de09

#a709de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a709de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a709de Color CSS Codes

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

#a709de Text Font Color

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

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


#a709de Background Color

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

This div background color is #a709de


#a709de Border Color

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

This div border color is #a709de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a709de


Comments

No comments written yet.

Please login to write comment.