Color Hex Logo

#ab252e Color Hex

#AB252E
(171,37,46)
0 Favorites   0 Comments

Color spaces of #ab252e

RGB 1713746
HSL0.990.640.41
HSV356°78°67°
CMYK 0.000.780.73   0.33
XYZ17.949310.17833.6033
Yxy10.17830.56570.3208
Hunter Lab31.903444.595415.6360
CIE-Lab38.160653.411429.1692

#ab252e color RGB value is (171,37,46).

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

The process color (four color CMYK) of #ab252e color hex is 0.00, 0.78, 0.73, 0.33. Web safe color of #ab252e is #993333. Color #ab252e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100101 00101110
Octal 253 45 56
Decimal 171 37 46
Hex AB 25 2E

RGB Percentages of Color #ab252e

%67.32
%14.57
%18.11

CMYK Percentages of Color #ab252e

%0
%78
%73
%33

Triadic Colors of #ab252e

#ab252e #2eab25 #252eab

Analogous Colors of #ab252e

#ab252e #ab5f25 #ab2571

Monochromatic Colors of #ab252e

#ab252e

Complementary Color

#ab252e #25aba2

#ab252e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab252e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab252e Color CSS Codes

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

#ab252e Text Font Color

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

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


#ab252e Background Color

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

This div background color is #ab252e


#ab252e Border Color

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

This div border color is #ab252e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab252e


Comments

No comments written yet.

Please login to write comment.