Color Hex Logo

#a71b5a Color Hex

#A71B5A
(167,27,90)
0 Favorites   0 Comments

Color spaces of #a71b5a

RGB 1672790
HSL0.930.720.38
HSV333°84°65°
CMYK 0.000.840.46   0.35
XYZ18.17379.737510.5945
Yxy9.73750.47200.2529
Hunter Lab31.205049.34931.7137
CIE-Lab37.367158.02180.0231

#a71b5a color RGB value is (167,27,90).

#a71b5a hex color red value is 167, green value is 27 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #a71b5a hue: 0.93 , saturation: 0.72 and the lightness value of a71b5a is 0.38.

The process color (four color CMYK) of #a71b5a color hex is 0.00, 0.84, 0.46, 0.35. Web safe color of #a71b5a is #993366. Color #a71b5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011011 01011010
Octal 247 33 132
Decimal 167 27 90
Hex A7 1B 5A

RGB Percentages of Color #a71b5a

%58.80
%9.51
%31.69

CMYK Percentages of Color #a71b5a

%0
%84
%46
%35

Triadic Colors of #a71b5a

#a71b5a #5aa71b #1b5aa7

Analogous Colors of #a71b5a

#a71b5a #a7221b #a71ba0

Monochromatic Colors of #a71b5a

#a71b5a

Complementary Color

#a71b5a #1ba768

#a71b5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71b5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71b5a Color CSS Codes

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

#a71b5a Text Font Color

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

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


#a71b5a Background Color

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

This div background color is #a71b5a


#a71b5a Border Color

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

This div border color is #a71b5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71b5a


Comments

No comments written yet.

Please login to write comment.