Color Hex Logo

#a51891 Color Hex

#A51891
(165,24,145)
0 Favorites   0 Comments

Color spaces of #a51891

RGB 16524145
HSL0.860.750.37
HSV309°85°65°
CMYK 0.000.850.12   0.35
XYZ20.954510.696927.7484
Yxy10.69690.35280.1801
Hunter Lab32.706157.1276-27.4083
CIE-Lab39.065264.7028-31.8610

#a51891 color RGB value is (165,24,145).

#a51891 hex color red value is 165, green value is 24 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #a51891 hue: 0.86 , saturation: 0.75 and the lightness value of a51891 is 0.37.

The process color (four color CMYK) of #a51891 color hex is 0.00, 0.85, 0.12, 0.35. Web safe color of #a51891 is #990099. Color #a51891 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00011000 10010001
Octal 245 30 221
Decimal 165 24 145
Hex A5 18 91

RGB Percentages of Color #a51891

%49.40
%7.19
%43.41

CMYK Percentages of Color #a51891

%0
%85
%12
%35

Triadic Colors of #a51891

#a51891 #91a518 #1891a5

Analogous Colors of #a51891

#a51891 #a5184a #7318a5

Monochromatic Colors of #a51891

#a51891

Complementary Color

#a51891 #18a52c

#a51891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51891 Color CSS Codes

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

#a51891 Text Font Color

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

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


#a51891 Background Color

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

This div background color is #a51891


#a51891 Border Color

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

This div border color is #a51891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51891

#a51891 Color Palettes


Comments

No comments written yet.

Please login to write comment.