Color Hex Logo

#a71f6e Color Hex

#A71F6E
(167,31,110)
0 Favorites   0 Comments

Color spaces of #a71f6e

RGB 16731110
HSL0.900.690.39
HSV325°81°65°
CMYK 0.000.810.34   0.35
XYZ19.240810.321315.7299
Yxy10.32130.42480.2279
Hunter Lab32.126850.6822-6.5408
CIE-Lab38.413059.0446-11.1271

#a71f6e color RGB value is (167,31,110).

#a71f6e hex color red value is 167, green value is 31 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #a71f6e hue: 0.90 , saturation: 0.69 and the lightness value of a71f6e is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011111 01101110
Octal 247 37 156
Decimal 167 31 110
Hex A7 1F 6E

RGB Percentages of Color #a71f6e

%54.22
%10.06
%35.71

CMYK Percentages of Color #a71f6e

%0
%81
%34
%35

Triadic Colors of #a71f6e

#a71f6e #6ea71f #1f6ea7

Analogous Colors of #a71f6e

#a71f6e #a71f2a #9c1fa7

Monochromatic Colors of #a71f6e

#a71f6e

Complementary Color

#a71f6e #1fa758

#a71f6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71f6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71f6e Color CSS Codes

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

#a71f6e Text Font Color

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

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


#a71f6e Background Color

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

This div background color is #a71f6e


#a71f6e Border Color

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

This div border color is #a71f6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71f6e


Comments

No comments written yet.

Please login to write comment.