Color Hex Logo

#a41b4e Color Hex

#A41B4E
(164,27,78)
0 Favorites   0 Comments

Color spaces of #a41b4e

RGB 1642778
HSL0.940.720.37
HSV338°84°64°
CMYK 0.000.840.52   0.36
XYZ17.07699.22648.0886
Yxy9.22640.49650.2683
Hunter Lab30.375047.19695.4741
CIE-Lab36.416656.20356.2983

#a41b4e color RGB value is (164,27,78).

#a41b4e hex color red value is 164, green value is 27 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #a41b4e hue: 0.94 , saturation: 0.72 and the lightness value of a41b4e is 0.37.

The process color (four color CMYK) of #a41b4e color hex is 0.00, 0.84, 0.52, 0.36. Web safe color of #a41b4e is #993366. Color #a41b4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00011011 01001110
Octal 244 33 116
Decimal 164 27 78
Hex A4 1B 4E

RGB Percentages of Color #a41b4e

%60.97
%10.04
%29.00

CMYK Percentages of Color #a41b4e

%0
%84
%52
%36

Triadic Colors of #a41b4e

#a41b4e #4ea41b #1b4ea4

Analogous Colors of #a41b4e

#a41b4e #a42d1b #a41b93

Monochromatic Colors of #a41b4e

#a41b4e

Complementary Color

#a41b4e #1ba471

#a41b4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a41b4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a41b4e Color CSS Codes

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

#a41b4e Text Font Color

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

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


#a41b4e Background Color

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

This div background color is #a41b4e


#a41b4e Border Color

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

This div border color is #a41b4e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,27,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a41b4e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a41b4e;
  -webkit-box-shadow: 1px 1px 3px 2px #a41b4e;
  box-shadow:         1px 1px 3px 2px #a41b4e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,27,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a41b4e


Comments

No comments written yet.

Please login to write comment.