Color Hex Logo

#a74771 Color Hex

#A74771
(167,71,113)
0 Favorites   0 Comments

Color spaces of #a74771

RGB 16771113
HSL0.930.400.47
HSV334°57°65°
CMYK 0.000.570.32   0.35
XYZ21.170213.914217.1927
Yxy13.91420.40500.2662
Hunter Lab37.301736.0277-1.2161
CIE-Lab44.109643.9925-4.4624

#a74771 color RGB value is (167,71,113).

#a74771 hex color red value is 167, green value is 71 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #a74771 hue: 0.93 , saturation: 0.40 and the lightness value of a74771 is 0.47.

The process color (four color CMYK) of #a74771 color hex is 0.00, 0.57, 0.32, 0.35. Web safe color of #a74771 is #993366. Color #a74771 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 01000111 01110001
Octal 247 107 161
Decimal 167 71 113
Hex A7 47 71

RGB Percentages of Color #a74771

%47.58
%20.23
%32.19

CMYK Percentages of Color #a74771

%0
%57
%32
%35

Triadic Colors of #a74771

#a74771 #71a747 #4771a7

Analogous Colors of #a74771

#a74771 #a74d47 #a747a1

Monochromatic Colors of #a74771

#a74771

Complementary Color

#a74771 #47a77d

#a74771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a74771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a74771 Color CSS Codes

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

#a74771 Text Font Color

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

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


#a74771 Background Color

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

This div background color is #a74771


#a74771 Border Color

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

This div border color is #a74771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a74771

#a74771 Color Palettes


Comments

No comments written yet.

Please login to write comment.