Color Hex Logo

#a4089f Color Hex

#A4089F
(164,8,159)
0 Favorites   0 Comments

Color spaces of #a4089f

RGB 1648159
HSL0.840.910.34
HSV302°95°64°
CMYK 0.000.950.03   0.36
XYZ21.654710.569433.6997
Yxy10.56940.32850.1603
Hunter Lab32.510662.0019-38.7011
CIE-Lab38.845668.9772-40.7244

#a4089f color RGB value is (164,8,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00001000 10011111
Octal 244 10 237
Decimal 164 8 159
Hex A4 8 9F

RGB Percentages of Color #a4089f

%49.55
%2.42
%48.04

CMYK Percentages of Color #a4089f

%0
%95
%3
%36

Triadic Colors of #a4089f

#a4089f #9fa408 #089fa4

Analogous Colors of #a4089f

#a4089f #a40851 #5b08a4

Monochromatic Colors of #a4089f

#a4089f

Complementary Color

#a4089f #08a40d

#a4089f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4089f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4089f Color CSS Codes

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

#a4089f Text Font Color

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

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


#a4089f Background Color

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

This div background color is #a4089f


#a4089f Border Color

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

This div border color is #a4089f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4089f


Comments

No comments written yet.

Please login to write comment.