Color Hex Logo

#a71c74 Color Hex

#A71C74
(167,28,116)
0 Favorites   0 Comments

Color spaces of #a71c74

RGB 16728116
HSL0.890.710.38
HSV322°83°65°
CMYK 0.000.830.31   0.35
XYZ19.504010.307017.4845
Yxy10.30700.41240.2179
Hunter Lab32.104552.2587-9.8169
CIE-Lab38.387960.4856-14.9357

#a71c74 color RGB value is (167,28,116).

#a71c74 hex color red value is 167, green value is 28 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #a71c74 hue: 0.89 , saturation: 0.71 and the lightness value of a71c74 is 0.38.

The process color (four color CMYK) of #a71c74 color hex is 0.00, 0.83, 0.31, 0.35. Web safe color of #a71c74 is #993366. Color #a71c74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00011100 01110100
Octal 247 34 164
Decimal 167 28 116
Hex A7 1C 74

RGB Percentages of Color #a71c74

%53.70
%9.00
%37.30

CMYK Percentages of Color #a71c74

%0
%83
%31
%35

Triadic Colors of #a71c74

#a71c74 #74a71c #1c74a7

Analogous Colors of #a71c74

#a71c74 #a71c2f #951ca7

Monochromatic Colors of #a71c74

#a71c74

Complementary Color

#a71c74 #1ca74f

#a71c74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71c74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71c74 Color CSS Codes

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

#a71c74 Text Font Color

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

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


#a71c74 Background Color

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

This div background color is #a71c74


#a71c74 Border Color

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

This div border color is #a71c74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71c74


Comments

No comments written yet.

Please login to write comment.