Color Hex Logo

#ab250f Color Hex

#AB250F
(171,37,15)
0 Favorites   0 Comments

Color spaces of #ab250f

RGB 1713715
HSL0.020.840.36
HSV91°67°
CMYK 0.000.780.91   0.33
XYZ17.542410.01561.4605
Yxy10.01560.60450.3451
Hunter Lab31.647443.560819.4170
CIE-Lab37.870452.477745.3599

#ab250f color RGB value is (171,37,15).

#ab250f hex color red value is 171, green value is 37 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ab250f hue: 0.02 , saturation: 0.84 and the lightness value of ab250f is 0.36.

The process color (four color CMYK) of #ab250f color hex is 0.00, 0.78, 0.91, 0.33. Web safe color of #ab250f is #993300. Color #ab250f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100101 00001111
Octal 253 45 17
Decimal 171 37 15
Hex AB 25 F

RGB Percentages of Color #ab250f

%76.68
%16.59
%6.73

CMYK Percentages of Color #ab250f

%0
%78
%91
%33

Triadic Colors of #ab250f

#ab250f #0fab25 #250fab

Analogous Colors of #ab250f

#ab250f #ab730f #ab0f47

Monochromatic Colors of #ab250f

#ab250f

Complementary Color

#ab250f #0f95ab

#ab250f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab250f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab250f Color CSS Codes

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

#ab250f Text Font Color

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

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


#ab250f Background Color

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

This div background color is #ab250f


#ab250f Border Color

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

This div border color is #ab250f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab250f


Comments

No comments written yet.

Please login to write comment.