Color Hex Logo

#a62050 Color Hex

#A62050
(166,32,80)
0 Favorites   0 Comments

Color spaces of #a62050

RGB 1663280
HSL0.940.680.39
HSV339°81°65°
CMYK 0.000.810.52   0.35
XYZ17.69049.71928.5330
Yxy9.71920.49220.2704
Hunter Lab31.175646.73135.5948
CIE-Lab37.333755.58966.3671

#a62050 color RGB value is (166,32,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100000 01010000
Octal 246 40 120
Decimal 166 32 80
Hex A6 20 50

RGB Percentages of Color #a62050

%59.71
%11.51
%28.78

CMYK Percentages of Color #a62050

%0
%81
%52
%35

Triadic Colors of #a62050

#a62050 #50a620 #2050a6

Analogous Colors of #a62050

#a62050 #a63320 #a62093

Monochromatic Colors of #a62050

#a62050

Complementary Color

#a62050 #20a676

#a62050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62050 Color CSS Codes

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

#a62050 Text Font Color

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

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


#a62050 Background Color

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

This div background color is #a62050


#a62050 Border Color

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

This div border color is #a62050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62050


Comments

No comments written yet.

Please login to write comment.