Color Hex Logo

#a8419f Color Hex

#A8419F
(168,65,159)
0 Favorites   0 Comments

Color spaces of #a8419f

RGB 16865159
HSL0.850.440.46
HSV305°61°66°
CMYK 0.000.610.05   0.34
XYZ24.296814.608634.3401
Yxy14.60860.33170.1994
Hunter Lab38.221246.5834-26.5147
CIE-Lab45.093453.9933-30.8039

#a8419f color RGB value is (168,65,159).

#a8419f hex color red value is 168, green value is 65 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #a8419f hue: 0.85 , saturation: 0.44 and the lightness value of a8419f is 0.46.

The process color (four color CMYK) of #a8419f color hex is 0.00, 0.61, 0.05, 0.34. Web safe color of #a8419f is #993399. Color #a8419f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01000001 10011111
Octal 250 101 237
Decimal 168 65 159
Hex A8 41 9F

RGB Percentages of Color #a8419f

%42.86
%16.58
%40.56

CMYK Percentages of Color #a8419f

%0
%61
%5
%34

Triadic Colors of #a8419f

#a8419f #9fa841 #419fa8

Analogous Colors of #a8419f

#a8419f #a8416c #7e41a8

Monochromatic Colors of #a8419f

#a8419f

Complementary Color

#a8419f #41a84a

#a8419f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8419f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8419f Color CSS Codes

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

#a8419f Text Font Color

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

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


#a8419f Background Color

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

This div background color is #a8419f


#a8419f Border Color

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

This div border color is #a8419f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8419f


Comments

No comments written yet.

Please login to write comment.