Color Hex Logo

#a7419f Color Hex

#A7419F
(167,65,159)
0 Favorites   0 Comments

Color spaces of #a7419f

RGB 16765159
HSL0.850.440.45
HSV305°61°65°
CMYK 0.000.610.05   0.35
XYZ24.084714.499334.3301
Yxy14.49930.33030.1989
Hunter Lab38.077946.2667-26.7998
CIE-Lab44.940653.7257-31.0540

#a7419f color RGB value is (167,65,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000001 10011111
Octal 247 101 237
Decimal 167 65 159
Hex A7 41 9F

RGB Percentages of Color #a7419f

%42.71
%16.62
%40.66

CMYK Percentages of Color #a7419f

%0
%61
%5
%35

Triadic Colors of #a7419f

#a7419f #9fa741 #419fa7

Analogous Colors of #a7419f

#a7419f #a7416c #7c41a7

Monochromatic Colors of #a7419f

#a7419f

Complementary Color

#a7419f #41a749

#a7419f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7419f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7419f Color CSS Codes

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

#a7419f Text Font Color

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

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


#a7419f Background Color

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

This div background color is #a7419f


#a7419f Border Color

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

This div border color is #a7419f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7419f


Comments

No comments written yet.

Please login to write comment.