Color Hex Logo

#a51041 Color Hex

#A51041
(165,16,65)
0 Favorites   0 Comments

Color spaces of #a51041

RGB 1651665
HSL0.950.820.35
HSV340°90°65°
CMYK 0.000.900.61   0.35
XYZ16.65658.75165.8124
Yxy8.75160.53350.2803
Hunter Lab29.583148.73249.0590
CIE-Lab35.501657.813113.4900

#a51041 color RGB value is (165,16,65).

#a51041 hex color red value is 165, green value is 16 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #a51041 hue: 0.95 , saturation: 0.82 and the lightness value of a51041 is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010000 01000001
Octal 245 20 101
Decimal 165 16 65
Hex A5 10 41

RGB Percentages of Color #a51041

%67.07
%6.50
%26.42

CMYK Percentages of Color #a51041

%0
%90
%61
%35

Triadic Colors of #a51041

#a51041 #41a510 #1041a5

Analogous Colors of #a51041

#a51041 #a52a10 #a5108c

Monochromatic Colors of #a51041

#a51041

Complementary Color

#a51041 #10a574

#a51041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51041 Color CSS Codes

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

#a51041 Text Font Color

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

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


#a51041 Background Color

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

This div background color is #a51041


#a51041 Border Color

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

This div border color is #a51041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51041


Comments

No comments written yet.

Please login to write comment.