Color Hex Logo

#a62841 Color Hex

#A62841
(166,40,65)
0 Favorites   0 Comments

Color spaces of #a62841

RGB 1664065
HSL0.970.610.40
HSV348°76°65°
CMYK 0.000.760.61   0.35
XYZ17.438810.00626.0133
Yxy10.00620.52120.2991
Hunter Lab31.632643.048710.8719
CIE-Lab37.853651.988816.6873

#a62841 color RGB value is (166,40,65).

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

The process color (four color CMYK) of #a62841 color hex is 0.00, 0.76, 0.61, 0.35. Web safe color of #a62841 is #993333. Color #a62841 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00101000 01000001
Octal 246 50 101
Decimal 166 40 65
Hex A6 28 41

RGB Percentages of Color #a62841

%61.25
%14.76
%23.99

CMYK Percentages of Color #a62841

%0
%76
%61
%35

Triadic Colors of #a62841

#a62841 #41a628 #2841a6

Analogous Colors of #a62841

#a62841 #a64e28 #a62880

Monochromatic Colors of #a62841

#a62841

Complementary Color

#a62841 #28a68d

#a62841 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a62841 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a62841 Color CSS Codes

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

#a62841 Text Font Color

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

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


#a62841 Background Color

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

This div background color is #a62841


#a62841 Border Color

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

This div border color is #a62841


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a62841


Comments

No comments written yet.

Please login to write comment.