Color Hex Logo

#ab2731 Color Hex

#AB2731
(171,39,49)
0 Favorites   0 Comments

Color spaces of #ab2731

RGB 1713949
HSL0.990.630.41
HSV355°77°67°
CMYK 0.000.770.71   0.33
XYZ18.074510.33073.9471
Yxy10.33070.55870.3193
Hunter Lab32.141444.130815.2179
CIE-Lab38.429552.917427.6524

#ab2731 color RGB value is (171,39,49).

#ab2731 hex color red value is 171, green value is 39 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #ab2731 hue: 0.99 , saturation: 0.63 and the lightness value of ab2731 is 0.41.

The process color (four color CMYK) of #ab2731 color hex is 0.00, 0.77, 0.71, 0.33. Web safe color of #ab2731 is #993333. Color #ab2731 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100111 00110001
Octal 253 47 61
Decimal 171 39 49
Hex AB 27 31

RGB Percentages of Color #ab2731

%66.02
%15.06
%18.92

CMYK Percentages of Color #ab2731

%0
%77
%71
%33

Triadic Colors of #ab2731

#ab2731 #31ab27 #2731ab

Analogous Colors of #ab2731

#ab2731 #ab5f27 #ab2773

Monochromatic Colors of #ab2731

#ab2731

Complementary Color

#ab2731 #27aba1

#ab2731 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2731 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2731 Color CSS Codes

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

#ab2731 Text Font Color

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

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


#ab2731 Background Color

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

This div background color is #ab2731


#ab2731 Border Color

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

This div border color is #ab2731


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,39,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ab2731; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ab2731;
  -webkit-box-shadow: 1px 1px 3px 2px #ab2731;
  box-shadow:         1px 1px 3px 2px #ab2731; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,39,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2731


Comments

No comments written yet.

Please login to write comment.