Color Hex Logo

#a706dc Color Hex

#A706DC
(167,6,220)
0 Favorites   0 Comments

Color spaces of #a706dc

RGB 1676220
HSL0.790.950.44
HSV285°97°86°
CMYK 0.240.970.00   0.14
XYZ28.919713.513068.7942
Yxy13.51300.26000.1215
Hunter Lab36.760076.0987-85.2257
CIE-Lab43.526379.7174-68.9856

#a706dc color RGB value is (167,6,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000110 11011100
Octal 247 6 334
Decimal 167 6 220
Hex A7 6 DC

RGB Percentages of Color #a706dc

%42.49
%1.53
%55.98

CMYK Percentages of Color #a706dc

%24
%97
%0
%14

Triadic Colors of #a706dc

#a706dc #dca706 #06dca7

Analogous Colors of #a706dc

#a706dc #dc06a6 #3c06dc

Monochromatic Colors of #a706dc

#a706dc

Complementary Color

#a706dc #3bdc06

#a706dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a706dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a706dc Color CSS Codes

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

#a706dc Text Font Color

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

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


#a706dc Background Color

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

This div background color is #a706dc


#a706dc Border Color

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

This div border color is #a706dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a706dc


Comments

No comments written yet.

Please login to write comment.