Color Hex Logo

#a51169 Color Hex

#A51169
(165,17,105)
0 Favorites   0 Comments

Color spaces of #a51169

RGB 16517105
HSL0.900.810.36
HSV324°90°65°
CMYK 0.000.900.36   0.35
XYZ18.26739.420214.2201
Yxy9.42020.43590.2248
Hunter Lab30.692352.5270-5.9851
CIE-Lab36.781161.0416-10.4697

#a51169 color RGB value is (165,17,105).

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

The process color (four color CMYK) of #a51169 color hex is 0.00, 0.90, 0.36, 0.35. Web safe color of #a51169 is #990066. Color #a51169 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010001 01101001
Octal 245 21 151
Decimal 165 17 105
Hex A5 11 69

RGB Percentages of Color #a51169

%57.49
%5.92
%36.59

CMYK Percentages of Color #a51169

%0
%90
%36
%35

Triadic Colors of #a51169

#a51169 #69a511 #1169a5

Analogous Colors of #a51169

#a51169 #a5111f #9711a5

Monochromatic Colors of #a51169

#a51169

Complementary Color

#a51169 #11a54d

#a51169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51169 Color CSS Codes

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

#a51169 Text Font Color

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

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


#a51169 Background Color

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

This div background color is #a51169


#a51169 Border Color

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

This div border color is #a51169


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51169


Comments

No comments written yet.

Please login to write comment.