Color Hex Logo

#a51440 Color Hex

#A51440
(165,20,64)
0 Favorites   0 Comments

Color spaces of #a51440

RGB 1652064
HSL0.950.780.36
HSV342°88°65°
CMYK 0.000.880.61   0.35
XYZ16.69268.86985.6827
Yxy8.86980.53420.2839
Hunter Lab29.782247.92849.5345
CIE-Lab35.732457.020214.4523

#a51440 color RGB value is (165,20,64).

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

The process color (four color CMYK) of #a51440 color hex is 0.00, 0.88, 0.61, 0.35. Web safe color of #a51440 is #990033. Color #a51440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010100 01000000
Octal 245 24 100
Decimal 165 20 64
Hex A5 14 40

RGB Percentages of Color #a51440

%66.27
%8.03
%25.70

CMYK Percentages of Color #a51440

%0
%88
%61
%35

Triadic Colors of #a51440

#a51440 #40a514 #1440a5

Analogous Colors of #a51440

#a51440 #a53114 #a51489

Monochromatic Colors of #a51440

#a51440

Complementary Color

#a51440 #14a579

#a51440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51440 Color CSS Codes

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

#a51440 Text Font Color

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

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


#a51440 Background Color

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

This div background color is #a51440


#a51440 Border Color

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

This div border color is #a51440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51440


Comments

No comments written yet.

Please login to write comment.