Color Hex Logo

#a51535 Color Hex

#A51535
(165,21,53)
0 Favorites   0 Comments

Color spaces of #a51535

RGB 1652153
HSL0.960.770.36
HSV347°87°65°
CMYK 0.000.870.68   0.35
XYZ16.42788.79274.1995
Yxy8.79270.55840.2989
Hunter Lab29.652546.999112.3599
CIE-Lab35.582156.179621.3612

#a51535 color RGB value is (165,21,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010101 00110101
Octal 245 25 65
Decimal 165 21 53
Hex A5 15 35

RGB Percentages of Color #a51535

%69.04
%8.79
%22.18

CMYK Percentages of Color #a51535

%0
%87
%68
%35

Triadic Colors of #a51535

#a51535 #35a515 #1535a5

Analogous Colors of #a51535

#a51535 #a53d15 #a5157d

Monochromatic Colors of #a51535

#a51535

Complementary Color

#a51535 #15a585

#a51535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51535 Color CSS Codes

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

#a51535 Text Font Color

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

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


#a51535 Background Color

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

This div background color is #a51535


#a51535 Border Color

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

This div border color is #a51535


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51535


Comments

No comments written yet.

Please login to write comment.