Color Hex Logo

#a5113b Color Hex

#A5113B
(165,17,59)
0 Favorites   0 Comments

Color spaces of #a5113b

RGB 1651759
HSL0.950.810.36
HSV343°90°65°
CMYK 0.000.900.64   0.35
XYZ16.50698.71604.9500
Yxy8.71600.54710.2889
Hunter Lab29.522948.138310.7251
CIE-Lab35.431657.274317.2949

#a5113b color RGB value is (165,17,59).

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

The process color (four color CMYK) of #a5113b color hex is 0.00, 0.90, 0.64, 0.35. Web safe color of #a5113b is #990033. Color #a5113b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010001 00111011
Octal 245 21 73
Decimal 165 17 59
Hex A5 11 3B

RGB Percentages of Color #a5113b

%68.46
%7.05
%24.48

CMYK Percentages of Color #a5113b

%0
%90
%64
%35

Triadic Colors of #a5113b

#a5113b #3ba511 #113ba5

Analogous Colors of #a5113b

#a5113b #a53111 #a51185

Monochromatic Colors of #a5113b

#a5113b

Complementary Color

#a5113b #11a57b

#a5113b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5113b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5113b Color CSS Codes

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

#a5113b Text Font Color

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

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


#a5113b Background Color

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

This div background color is #a5113b


#a5113b Border Color

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

This div border color is #a5113b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5113b


Comments

No comments written yet.

Please login to write comment.