Color Hex Logo

#a61341 Color Hex

#A61341
(166,19,65)
0 Favorites   0 Comments

Color spaces of #a61341

RGB 1661965
HSL0.950.790.36
HSV341°89°65°
CMYK 0.000.890.61   0.35
XYZ16.91298.95445.8380
Yxy8.95440.53340.2824
Hunter Lab29.923948.52089.3796
CIE-Lab35.896457.539914.0603

#a61341 color RGB value is (166,19,65).

#a61341 hex color red value is 166, green value is 19 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #a61341 hue: 0.95 , saturation: 0.79 and the lightness value of a61341 is 0.36.

The process color (four color CMYK) of #a61341 color hex is 0.00, 0.89, 0.61, 0.35. Web safe color of #a61341 is #990033. Color #a61341 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010011 01000001
Octal 246 23 101
Decimal 166 19 65
Hex A6 13 41

RGB Percentages of Color #a61341

%66.40
%7.60
%26.00

CMYK Percentages of Color #a61341

%0
%89
%61
%35

Triadic Colors of #a61341

#a61341 #41a613 #1341a6

Analogous Colors of #a61341

#a61341 #a62f13 #a6138b

Monochromatic Colors of #a61341

#a61341

Complementary Color

#a61341 #13a678

#a61341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61341 Color CSS Codes

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

#a61341 Text Font Color

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

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


#a61341 Background Color

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

This div background color is #a61341


#a61341 Border Color

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

This div border color is #a61341


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,19,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 #a61341">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61341


Comments

No comments written yet.

Please login to write comment.