Color Hex Logo

#a62859 Color Hex

#A62859
(166,40,89)
0 Favorites   0 Comments

Color spaces of #a62859

RGB 1664089
HSL0.940.610.40
HSV337°76°65°
CMYK 0.000.760.46   0.35
XYZ18.287810.345810.4843
Yxy10.34580.46750.2645
Hunter Lab32.164945.20013.1896
CIE-Lab38.456053.92982.2206

#a62859 color RGB value is (166,40,89).

#a62859 hex color red value is 166, green value is 40 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #a62859 hue: 0.94 , saturation: 0.61 and the lightness value of a62859 is 0.40.

The process color (four color CMYK) of #a62859 color hex is 0.00, 0.76, 0.46, 0.35. Web safe color of #a62859 is #993366. Color #a62859 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101000 01011001
Octal 246 50 131
Decimal 166 40 89
Hex A6 28 59

RGB Percentages of Color #a62859

%56.27
%13.56
%30.17

CMYK Percentages of Color #a62859

%0
%76
%46
%35

Triadic Colors of #a62859

#a62859 #59a628 #2859a6

Analogous Colors of #a62859

#a62859 #a63628 #a62898

Monochromatic Colors of #a62859

#a62859

Complementary Color

#a62859 #28a675

#a62859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62859 Color CSS Codes

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

#a62859 Text Font Color

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

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


#a62859 Background Color

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

This div background color is #a62859


#a62859 Border Color

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

This div border color is #a62859


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62859


Comments

No comments written yet.

Please login to write comment.