Color Hex Logo

#a707ad Color Hex

#A707AD
(167,7,173)
0 Favorites   0 Comments

Color spaces of #a707ad

RGB 1677173
HSL0.830.920.35
HSV298°96°68°
CMYK 0.030.960.00   0.32
XYZ23.555211.384640.4911
Yxy11.38460.31230.1509
Hunter Lab33.741165.5669-47.5324
CIE-Lab40.220871.7338-46.8910

#a707ad color RGB value is (167,7,173).

#a707ad hex color red value is 167, green value is 7 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a707ad hue: 0.83 , saturation: 0.92 and the lightness value of a707ad is 0.35.

The process color (four color CMYK) of #a707ad color hex is 0.03, 0.96, 0.00, 0.32. Web safe color of #a707ad is #990099. Color #a707ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000111 10101101
Octal 247 7 255
Decimal 167 7 173
Hex A7 7 AD

RGB Percentages of Color #a707ad

%48.13
%2.02
%49.86

CMYK Percentages of Color #a707ad

%3
%96
%0
%32

Triadic Colors of #a707ad

#a707ad #ada707 #07ada7

Analogous Colors of #a707ad

#a707ad #ad0760 #5407ad

Monochromatic Colors of #a707ad

#a707ad

Complementary Color

#a707ad #0dad07

#a707ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a707ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a707ad Color CSS Codes

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

#a707ad Text Font Color

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

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


#a707ad Background Color

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

This div background color is #a707ad


#a707ad Border Color

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

This div border color is #a707ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a707ad


Comments

No comments written yet.

Please login to write comment.