Color Hex Logo

#a4295f Color Hex

#A4295F
(164,41,95)
0 Favorites   0 Comments

Color spaces of #a4295f

RGB 1644195
HSL0.930.600.40
HSV334°75°64°
CMYK 0.000.750.42   0.36
XYZ18.168310.304611.8579
Yxy10.30460.45050.2555
Hunter Lab32.100844.85050.5691
CIE-Lab38.383753.6117-1.7444

#a4295f color RGB value is (164,41,95).

#a4295f hex color red value is 164, green value is 41 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #a4295f hue: 0.93 , saturation: 0.60 and the lightness value of a4295f is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101001 01011111
Octal 244 51 137
Decimal 164 41 95
Hex A4 29 5F

RGB Percentages of Color #a4295f

%54.67
%13.67
%31.67

CMYK Percentages of Color #a4295f

%0
%75
%42
%36

Triadic Colors of #a4295f

#a4295f #5fa429 #295fa4

Analogous Colors of #a4295f

#a4295f #a43129 #a4299d

Monochromatic Colors of #a4295f

#a4295f

Complementary Color

#a4295f #29a46e

#a4295f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4295f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4295f Color CSS Codes

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

#a4295f Text Font Color

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

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


#a4295f Background Color

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

This div background color is #a4295f


#a4295f Border Color

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

This div border color is #a4295f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4295f


Comments

No comments written yet.

Please login to write comment.