Color Hex Logo

#a62070 Color Hex

#A62070
(166,32,112)
0 Favorites   0 Comments

Color spaces of #a62070

RGB 16632112
HSL0.900.680.39
HSV324°81°65°
CMYK 0.000.810.33   0.35
XYZ19.167010.309916.3090
Yxy10.30990.41860.2252
Hunter Lab32.109050.3621-7.6386
CIE-Lab38.393058.7551-12.4340

#a62070 color RGB value is (166,32,112).

#a62070 hex color red value is 166, green value is 32 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #a62070 hue: 0.90 , saturation: 0.68 and the lightness value of a62070 is 0.39.

The process color (four color CMYK) of #a62070 color hex is 0.00, 0.81, 0.33, 0.35. Web safe color of #a62070 is #993366. Color #a62070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100000 01110000
Octal 246 40 160
Decimal 166 32 112
Hex A6 20 70

RGB Percentages of Color #a62070

%53.55
%10.32
%36.13

CMYK Percentages of Color #a62070

%0
%81
%33
%35

Triadic Colors of #a62070

#a62070 #70a620 #2070a6

Analogous Colors of #a62070

#a62070 #a6202d #9920a6

Monochromatic Colors of #a62070

#a62070

Complementary Color

#a62070 #20a656

#a62070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62070 Color CSS Codes

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

#a62070 Text Font Color

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

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


#a62070 Background Color

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

This div background color is #a62070


#a62070 Border Color

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

This div border color is #a62070


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,32,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a62070; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a62070;
  -webkit-box-shadow: 1px 1px 3px 2px #a62070;
  box-shadow:         1px 1px 3px 2px #a62070; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,32,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62070


Comments

No comments written yet.

Please login to write comment.