Color Hex Logo

#a4415f Color Hex

#A4415F
(164,65,95)
0 Favorites   0 Comments

Color spaces of #a4415f

RGB 1646595
HSL0.950.430.45
HSV342°60°64°
CMYK 0.000.600.42   0.36
XYZ19.265712.499312.2237
Yxy12.49930.43800.2841
Hunter Lab35.354335.40024.2486
CIE-Lab41.998943.71473.5166

#a4415f color RGB value is (164,65,95).

#a4415f hex color red value is 164, green value is 65 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a4415f hue: 0.95 , saturation: 0.43 and the lightness value of a4415f is 0.45.

The process color (four color CMYK) of #a4415f color hex is 0.00, 0.60, 0.42, 0.36. Web safe color of #a4415f is #993366. Color #a4415f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000001 01011111
Octal 244 101 137
Decimal 164 65 95
Hex A4 41 5F

RGB Percentages of Color #a4415f

%50.62
%20.06
%29.32

CMYK Percentages of Color #a4415f

%0
%60
%42
%36

Triadic Colors of #a4415f

#a4415f #5fa441 #415fa4

Analogous Colors of #a4415f

#a4415f #a45541 #a44191

Monochromatic Colors of #a4415f

#a4415f

Complementary Color

#a4415f #41a486

#a4415f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4415f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4415f Color CSS Codes

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

#a4415f Text Font Color

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

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


#a4415f Background Color

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

This div background color is #a4415f


#a4415f Border Color

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

This div border color is #a4415f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,65,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4415f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4415f;
  -webkit-box-shadow: 1px 1px 3px 2px #a4415f;
  box-shadow:         1px 1px 3px 2px #a4415f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,65,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4415f


Comments

No comments written yet.

Please login to write comment.