Color Hex Logo

#a81750 Color Hex

#A81750
(168,23,80)
0 Favorites   0 Comments

Color spaces of #a81750

RGB 1682380
HSL0.930.760.37
HSV336°86°66°
CMYK 0.000.860.52   0.34
XYZ17.90289.51688.4828
Yxy9.51680.49870.2651
Hunter Lab30.849349.60275.2912
CIE-Lab36.960958.33455.8924

#a81750 color RGB value is (168,23,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010111 01010000
Octal 250 27 120
Decimal 168 23 80
Hex A8 17 50

RGB Percentages of Color #a81750

%61.99
%8.49
%29.52

CMYK Percentages of Color #a81750

%0
%86
%52
%34

Triadic Colors of #a81750

#a81750 #50a817 #1750a8

Analogous Colors of #a81750

#a81750 #a82717 #a81799

Monochromatic Colors of #a81750

#a81750

Complementary Color

#a81750 #17a86f

#a81750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a81750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a81750 Color CSS Codes

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

#a81750 Text Font Color

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

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


#a81750 Background Color

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

This div background color is #a81750


#a81750 Border Color

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

This div border color is #a81750


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,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 #a81750">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a81750


Comments

No comments written yet.

Please login to write comment.