Color Hex Logo

#a7416f Color Hex

#A7416F
(167,65,111)
0 Favorites   0 Comments

Color spaces of #a7416f

RGB 16765111
HSL0.920.440.45
HSV333°61°65°
CMYK 0.000.610.34   0.35
XYZ20.695913.143816.4851
Yxy13.14380.41120.2612
Hunter Lab36.254438.4520-1.5815
CIE-Lab42.979146.5848-4.9078

#a7416f color RGB value is (167,65,111).

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

The process color (four color CMYK) of #a7416f color hex is 0.00, 0.61, 0.34, 0.35. Web safe color of #a7416f is #993366. Color #a7416f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000001 01101111
Octal 247 101 157
Decimal 167 65 111
Hex A7 41 6F

RGB Percentages of Color #a7416f

%48.69
%18.95
%32.36

CMYK Percentages of Color #a7416f

%0
%61
%34
%35

Triadic Colors of #a7416f

#a7416f #6fa741 #416fa7

Analogous Colors of #a7416f

#a7416f #a74641 #a741a2

Monochromatic Colors of #a7416f

#a7416f

Complementary Color

#a7416f #41a779

#a7416f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7416f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7416f Color CSS Codes

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

#a7416f Text Font Color

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

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


#a7416f Background Color

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

This div background color is #a7416f


#a7416f Border Color

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

This div border color is #a7416f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,65,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7416f


Comments

No comments written yet.

Please login to write comment.