Color Hex Logo

#ab253d Color Hex

#AB253D
(171,37,61)
0 Favorites   0 Comments

Color spaces of #ab253d

RGB 1713761
HSL0.970.640.41
HSV349°78°67°
CMYK 0.000.780.64   0.33
XYZ18.298510.31805.4420
Yxy10.31800.53730.3029
Hunter Lab32.121645.471912.4403
CIE-Lab38.407254.196520.1346

#ab253d color RGB value is (171,37,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100101 00111101
Octal 253 45 75
Decimal 171 37 61
Hex AB 25 3D

RGB Percentages of Color #ab253d

%63.57
%13.75
%22.68

CMYK Percentages of Color #ab253d

%0
%78
%64
%33

Triadic Colors of #ab253d

#ab253d #3dab25 #253dab

Analogous Colors of #ab253d

#ab253d #ab5025 #ab2580

Monochromatic Colors of #ab253d

#ab253d

Complementary Color

#ab253d #25ab93

#ab253d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab253d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab253d Color CSS Codes

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

#ab253d Text Font Color

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

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


#ab253d Background Color

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

This div background color is #ab253d


#ab253d Border Color

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

This div border color is #ab253d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab253d


Comments

No comments written yet.

Please login to write comment.