Color Hex Logo

#a51779 Color Hex

#A51779
(165,23,121)
0 Favorites   0 Comments

Color spaces of #a51779

RGB 16523121
HSL0.880.760.37
HSV319°86°65°
CMYK 0.000.860.27   0.35
XYZ19.27469.992619.0020
Yxy9.99260.39930.2070
Hunter Lab31.611153.5196-13.5126
CIE-Lab37.829161.7331-18.9571

#a51779 color RGB value is (165,23,121).

#a51779 hex color red value is 165, green value is 23 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #a51779 hue: 0.88 , saturation: 0.76 and the lightness value of a51779 is 0.37.

The process color (four color CMYK) of #a51779 color hex is 0.00, 0.86, 0.27, 0.35. Web safe color of #a51779 is #990066. Color #a51779 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010111 01111001
Octal 245 27 171
Decimal 165 23 121
Hex A5 17 79

RGB Percentages of Color #a51779

%53.40
%7.44
%39.16

CMYK Percentages of Color #a51779

%0
%86
%27
%35

Triadic Colors of #a51779

#a51779 #79a517 #1779a5

Analogous Colors of #a51779

#a51779 #a51732 #8a17a5

Monochromatic Colors of #a51779

#a51779

Complementary Color

#a51779 #17a543

#a51779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51779 Color CSS Codes

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

#a51779 Text Font Color

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

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


#a51779 Background Color

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

This div background color is #a51779


#a51779 Border Color

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

This div border color is #a51779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51779


Comments

No comments written yet.

Please login to write comment.