Color Hex Logo

#a5174f Color Hex

#A5174F
(165,23,79)
0 Favorites   0 Comments

Color spaces of #a5174f

RGB 1652379
HSL0.930.760.37
HSV336°86°65°
CMYK 0.000.860.52   0.35
XYZ17.23479.17668.2600
Yxy9.17660.49710.2647
Hunter Lab30.292948.54245.0384
CIE-Lab36.322157.47715.5457

#a5174f color RGB value is (165,23,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 00010111 01001111
Octal 245 27 117
Decimal 165 23 79
Hex A5 17 4F

RGB Percentages of Color #a5174f

%61.80
%8.61
%29.59

CMYK Percentages of Color #a5174f

%0
%86
%52
%35

Triadic Colors of #a5174f

#a5174f #4fa517 #174fa5

Analogous Colors of #a5174f

#a5174f #a52617 #a51796

Monochromatic Colors of #a5174f

#a5174f

Complementary Color

#a5174f #17a56d

#a5174f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5174f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5174f Color CSS Codes

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

#a5174f Text Font Color

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

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


#a5174f Background Color

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

This div background color is #a5174f


#a5174f Border Color

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

This div border color is #a5174f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5174f


Comments

No comments written yet.

Please login to write comment.