Color Hex Logo

#a71750 Color Hex

#A71750
(167,23,80)
0 Favorites   0 Comments

Color spaces of #a71750

RGB 1672380
HSL0.930.760.37
HSV336°86°65°
CMYK 0.000.860.52   0.35
XYZ17.69079.40758.4728
Yxy9.40750.49730.2645
Hunter Lab30.671649.27935.0918
CIE-Lab36.757358.07555.5751

#a71750 color RGB value is (167,23,80).

#a71750 hex color red value is 167, green value is 23 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #a71750 hue: 0.93 , saturation: 0.76 and the lightness value of a71750 is 0.37.

The process color (four color CMYK) of #a71750 color hex is 0.00, 0.86, 0.52, 0.35. Web safe color of #a71750 is #990066. Color #a71750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 00010111 01010000
Octal 247 27 120
Decimal 167 23 80
Hex A7 17 50

RGB Percentages of Color #a71750

%61.85
%8.52
%29.63

CMYK Percentages of Color #a71750

%0
%86
%52
%35

Triadic Colors of #a71750

#a71750 #50a717 #1750a7

Analogous Colors of #a71750

#a71750 #a72617 #a71798

Monochromatic Colors of #a71750

#a71750

Complementary Color

#a71750 #17a76e

#a71750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a71750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a71750 Color CSS Codes

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

#a71750 Text Font Color

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

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


#a71750 Background Color

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

This div background color is #a71750


#a71750 Border Color

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

This div border color is #a71750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a71750


Comments

No comments written yet.

Please login to write comment.