Color Hex Logo

#a51555 Color Hex

#A51555
(165,21,85)
0 Favorites   0 Comments

Color spaces of #a51555

RGB 1652185
HSL0.930.770.36
HSV333°87°65°
CMYK 0.000.870.48   0.35
XYZ17.42499.19159.4501
Yxy9.19150.48310.2548
Hunter Lab30.317549.53682.7413
CIE-Lab36.350458.39241.7093

#a51555 color RGB value is (165,21,85).

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

The process color (four color CMYK) of #a51555 color hex is 0.00, 0.87, 0.48, 0.35. Web safe color of #a51555 is #990066. Color #a51555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010101 01010101
Octal 245 25 125
Decimal 165 21 85
Hex A5 15 55

RGB Percentages of Color #a51555

%60.89
%7.75
%31.37

CMYK Percentages of Color #a51555

%0
%87
%48
%35

Triadic Colors of #a51555

#a51555 #55a515 #1555a5

Analogous Colors of #a51555

#a51555 #a51d15 #a5159d

Monochromatic Colors of #a51555

#a51555

Complementary Color

#a51555 #15a565

#a51555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51555 Color CSS Codes

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

#a51555 Text Font Color

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

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


#a51555 Background Color

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

This div background color is #a51555


#a51555 Border Color

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

This div border color is #a51555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51555


Comments

No comments written yet.

Please login to write comment.