Color Hex Logo

#a51543 Color Hex

#A51543
(165,21,67)
0 Favorites   0 Comments

Color spaces of #a51543

RGB 1652167
HSL0.950.770.36
HSV341°87°65°
CMYK 0.000.870.59   0.35
XYZ16.79838.94096.1506
Yxy8.94090.52680.2804
Hunter Lab29.901347.95238.7352
CIE-Lab35.870357.015712.6925

#a51543 color RGB value is (165,21,67).

#a51543 hex color red value is 165, green value is 21 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #a51543 hue: 0.95 , saturation: 0.77 and the lightness value of a51543 is 0.36.

The process color (four color CMYK) of #a51543 color hex is 0.00, 0.87, 0.59, 0.35. Web safe color of #a51543 is #990033. Color #a51543 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010101 01000011
Octal 245 25 103
Decimal 165 21 67
Hex A5 15 43

RGB Percentages of Color #a51543

%65.22
%8.30
%26.48

CMYK Percentages of Color #a51543

%0
%87
%59
%35

Triadic Colors of #a51543

#a51543 #43a515 #1543a5

Analogous Colors of #a51543

#a51543 #a52f15 #a5158b

Monochromatic Colors of #a51543

#a51543

Complementary Color

#a51543 #15a577

#a51543 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51543 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51543 Color CSS Codes

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

#a51543 Text Font Color

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

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


#a51543 Background Color

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

This div background color is #a51543


#a51543 Border Color

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

This div border color is #a51543


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,21,67, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a51543; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a51543;
  -webkit-box-shadow: 1px 1px 3px 2px #a51543;
  box-shadow:         1px 1px 3px 2px #a51543; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,21,67, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51543


Comments

No comments written yet.

Please login to write comment.