Color Hex Logo

#a4109f Color Hex

#A4109F
(164,16,159)
0 Favorites   0 Comments

Color spaces of #a4109f

RGB 16416159
HSL0.840.820.35
HSV302°90°64°
CMYK 0.000.900.03   0.36
XYZ21.753110.766333.7325
Yxy10.76630.32830.1625
Hunter Lab32.812060.9175-37.9848
CIE-Lab39.184067.9801-40.1847

#a4109f color RGB value is (164,16,159).

#a4109f hex color red value is 164, green value is 16 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #a4109f hue: 0.84 , saturation: 0.82 and the lightness value of a4109f is 0.35.

The process color (four color CMYK) of #a4109f color hex is 0.00, 0.90, 0.03, 0.36. Web safe color of #a4109f is #990099. Color #a4109f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010000 10011111
Octal 244 20 237
Decimal 164 16 159
Hex A4 10 9F

RGB Percentages of Color #a4109f

%48.38
%4.72
%46.90

CMYK Percentages of Color #a4109f

%0
%90
%3
%36

Triadic Colors of #a4109f

#a4109f #9fa410 #109fa4

Analogous Colors of #a4109f

#a4109f #a41055 #5f10a4

Monochromatic Colors of #a4109f

#a4109f

Complementary Color

#a4109f #10a415

#a4109f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4109f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4109f Color CSS Codes

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

#a4109f Text Font Color

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

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


#a4109f Background Color

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

This div background color is #a4109f


#a4109f Border Color

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

This div border color is #a4109f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4109f


Comments

No comments written yet.

Please login to write comment.