Color Hex Logo

#a706a4 Color Hex

#A706A4
(167,6,164)
0 Favorites   0 Comments

Color spaces of #a706a4

RGB 1676164
HSL0.840.930.34
HSV301°96°65°
CMYK 0.000.960.02   0.35
XYZ22.702311.026136.0537
Yxy11.02610.32530.1580
Hunter Lab33.205663.9288-41.1316
CIE-Lab39.624470.4673-42.4610

#a706a4 color RGB value is (167,6,164).

#a706a4 hex color red value is 167, green value is 6 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #a706a4 hue: 0.84 , saturation: 0.93 and the lightness value of a706a4 is 0.34.

The process color (four color CMYK) of #a706a4 color hex is 0.00, 0.96, 0.02, 0.35. Web safe color of #a706a4 is #990099. Color #a706a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000110 10100100
Octal 247 6 244
Decimal 167 6 164
Hex A7 6 A4

RGB Percentages of Color #a706a4

%49.55
%1.78
%48.66

CMYK Percentages of Color #a706a4

%0
%96
%2
%35

Triadic Colors of #a706a4

#a706a4 #a4a706 #06a4a7

Analogous Colors of #a706a4

#a706a4 #a70654 #5906a7

Monochromatic Colors of #a706a4

#a706a4

Complementary Color

#a706a4 #06a709

#a706a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a706a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a706a4 Color CSS Codes

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

#a706a4 Text Font Color

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

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


#a706a4 Background Color

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

This div background color is #a706a4


#a706a4 Border Color

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

This div border color is #a706a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a706a4


Comments

No comments written yet.

Please login to write comment.