Color Hex Logo

#ab283f Color Hex

#AB283F
(171,40,63)
0 Favorites   0 Comments

Color spaces of #ab283f

RGB 1714063
HSL0.970.620.41
HSV349°77°67°
CMYK 0.000.770.63   0.33
XYZ18.450610.53445.7635
Yxy10.53440.53100.3032
Hunter Lab32.456744.672112.1913
CIE-Lab38.784953.366119.3628

#ab283f color RGB value is (171,40,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00101000 00111111
Octal 253 50 77
Decimal 171 40 63
Hex AB 28 3F

RGB Percentages of Color #ab283f

%62.41
%14.60
%22.99

CMYK Percentages of Color #ab283f

%0
%77
%63
%33

Triadic Colors of #ab283f

#ab283f #3fab28 #283fab

Analogous Colors of #ab283f

#ab283f #ab5328 #ab2881

Monochromatic Colors of #ab283f

#ab283f

Complementary Color

#ab283f #28ab94

#ab283f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab283f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab283f Color CSS Codes

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

#ab283f Text Font Color

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

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


#ab283f Background Color

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

This div background color is #ab283f


#ab283f Border Color

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

This div border color is #ab283f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab283f


Comments

No comments written yet.

Please login to write comment.