Color Hex Logo

#ab051e Color Hex

#AB051E
(171,5,30)
1 Favorites   0 Comments

Color spaces of #ab051e

RGB 171530
HSL0.970.940.35
HSV351°97°67°
CMYK 0.000.970.82   0.33
XYZ17.08328.86022.0381
Yxy8.86020.61050.3166
Hunter Lab29.766150.353116.7766
CIE-Lab35.713759.267836.0587

#ab051e color RGB value is (171,5,30).

#ab051e hex color red value is 171, green value is 5 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ab051e hue: 0.97 , saturation: 0.94 and the lightness value of ab051e is 0.35.

The process color (four color CMYK) of #ab051e color hex is 0.00, 0.97, 0.82, 0.33. Web safe color of #ab051e is #990033. Color #ab051e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000101 00011110
Octal 253 5 36
Decimal 171 5 30
Hex AB 5 1E

RGB Percentages of Color #ab051e

%83.01
%2.43
%14.56

CMYK Percentages of Color #ab051e

%0
%97
%82
%33

Triadic Colors of #ab051e

#ab051e #1eab05 #051eab

Analogous Colors of #ab051e

#ab051e #ab3f05 #ab0571

Monochromatic Colors of #ab051e

#ab051e

Complementary Color

#ab051e #05ab92

#ab051e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab051e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab051e Color CSS Codes

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

#ab051e Text Font Color

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

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


#ab051e Background Color

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

This div background color is #ab051e


#ab051e Border Color

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

This div border color is #ab051e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab051e


Comments

No comments written yet.

Please login to write comment.