Color Hex Logo

#a70660 Color Hex

#A70660
(167,6,96)
0 Favorites   0 Comments

Color spaces of #a70660

RGB 167696
HSL0.910.930.34
HSV326°96°65°
CMYK 0.000.960.43   0.35
XYZ18.11289.190311.8856
Yxy9.19030.46220.2345
Hunter Lab30.315553.5974-2.0246
CIE-Lab36.348162.0919-5.3283

#a70660 color RGB value is (167,6,96).

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

The process color (four color CMYK) of #a70660 color hex is 0.00, 0.96, 0.43, 0.35. Web safe color of #a70660 is #990066. Color #a70660 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00000110 01100000
Octal 247 6 140
Decimal 167 6 96
Hex A7 6 60

RGB Percentages of Color #a70660

%62.08
%2.23
%35.69

CMYK Percentages of Color #a70660

%0
%96
%43
%35

Triadic Colors of #a70660

#a70660 #60a706 #0660a7

Analogous Colors of #a70660

#a70660 #a70610 #9e06a7

Monochromatic Colors of #a70660

#a70660

Complementary Color

#a70660 #06a74d

#a70660 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a70660 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a70660 Color CSS Codes

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

#a70660 Text Font Color

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

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


#a70660 Background Color

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

This div background color is #a70660


#a70660 Border Color

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

This div border color is #a70660


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a70660


Comments

No comments written yet.

Please login to write comment.