Color Hex Logo

#a71694 Color Hex

#A71694
(167,22,148)
0 Favorites   0 Comments

Color spaces of #a71694

RGB 16722148
HSL0.860.770.37
HSV308°87°65°
CMYK 0.000.870.11   0.35
XYZ21.568610.927428.9894
Yxy10.92740.35080.1777
Hunter Lab33.056658.6176-28.8554
CIE-Lab39.457965.9324-33.0467

#a71694 color RGB value is (167,22,148).

#a71694 hex color red value is 167, green value is 22 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #a71694 hue: 0.86 , saturation: 0.77 and the lightness value of a71694 is 0.37.

The process color (four color CMYK) of #a71694 color hex is 0.00, 0.87, 0.11, 0.35. Web safe color of #a71694 is #990099. Color #a71694 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010110 10010100
Octal 247 26 224
Decimal 167 22 148
Hex A7 16 94

RGB Percentages of Color #a71694

%49.55
%6.53
%43.92

CMYK Percentages of Color #a71694

%0
%87
%11
%35

Triadic Colors of #a71694

#a71694 #94a716 #1694a7

Analogous Colors of #a71694

#a71694 #a7164b #7216a7

Monochromatic Colors of #a71694

#a71694

Complementary Color

#a71694 #16a729

#a71694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71694 Color CSS Codes

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

#a71694 Text Font Color

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

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


#a71694 Background Color

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

This div background color is #a71694


#a71694 Border Color

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

This div border color is #a71694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71694


Comments

No comments written yet.

Please login to write comment.