Color Hex Logo

#a51369 Color Hex

#A51369
(165,19,105)
0 Favorites   0 Comments

Color spaces of #a51369

RGB 16519105
HSL0.900.790.36
HSV325°88°65°
CMYK 0.000.880.36   0.35
XYZ18.29979.485014.2309
Yxy9.48500.43550.2257
Hunter Lab30.797752.1669-5.8381
CIE-Lab36.901860.6917-10.2872

#a51369 color RGB value is (165,19,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010011 01101001
Octal 245 23 151
Decimal 165 19 105
Hex A5 13 69

RGB Percentages of Color #a51369

%57.09
%6.57
%36.33

CMYK Percentages of Color #a51369

%0
%88
%36
%35

Triadic Colors of #a51369

#a51369 #69a513 #1369a5

Analogous Colors of #a51369

#a51369 #a51320 #9813a5

Monochromatic Colors of #a51369

#a51369

Complementary Color

#a51369 #13a54f

#a51369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a51369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a51369 Color CSS Codes

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

#a51369 Text Font Color

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

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


#a51369 Background Color

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

This div background color is #a51369


#a51369 Border Color

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

This div border color is #a51369


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,19,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 #a51369">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a51369


Comments

No comments written yet.

Please login to write comment.