Color Hex Logo

#a706df Color Hex

#A706DF
(167,6,223)
0 Favorites   0 Comments

Color spaces of #a706df

RGB 1676223
HSL0.790.950.45
HSV285°97°87°
CMYK 0.250.970.00   0.13
XYZ29.320813.673570.9059
Yxy13.67350.25740.1200
Hunter Lab36.977776.8274-87.8061
CIE-Lab43.761080.2531-70.3192

#a706df color RGB value is (167,6,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000110 11011111
Octal 247 6 337
Decimal 167 6 223
Hex A7 6 DF

RGB Percentages of Color #a706df

%42.17
%1.52
%56.31

CMYK Percentages of Color #a706df

%25
%97
%0
%13

Triadic Colors of #a706df

#a706df #dfa706 #06dfa7

Analogous Colors of #a706df

#a706df #df06ab #3b06df

Monochromatic Colors of #a706df

#a706df

Complementary Color

#a706df #3edf06

#a706df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a706df Color Preview on White Background

Lorem ipsum dolor sit amet.

#a706df Color CSS Codes

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

#a706df Text Font Color

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

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


#a706df Background Color

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

This div background color is #a706df


#a706df Border Color

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

This div border color is #a706df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a706df


Comments

No comments written yet.

Please login to write comment.