Color Hex Logo

#ab082e Color Hex

#AB082E
(171,8,46)
0 Favorites   0 Comments

Color spaces of #ab082e

RGB 171846
HSL0.960.910.35
HSV346°95°67°
CMYK 0.000.950.73   0.33
XYZ17.37469.02883.4118
Yxy9.02880.58270.3028
Hunter Lab30.048050.629914.3015
CIE-Lab36.039759.458226.6708

#ab082e color RGB value is (171,8,46).

#ab082e hex color red value is 171, green value is 8 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ab082e hue: 0.96 , saturation: 0.91 and the lightness value of ab082e is 0.35.

The process color (four color CMYK) of #ab082e color hex is 0.00, 0.95, 0.73, 0.33. Web safe color of #ab082e is #990033. Color #ab082e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001000 00101110
Octal 253 10 56
Decimal 171 8 46
Hex AB 8 2E

RGB Percentages of Color #ab082e

%76.00
%3.56
%20.44

CMYK Percentages of Color #ab082e

%0
%95
%73
%33

Triadic Colors of #ab082e

#ab082e #2eab08 #082eab

Analogous Colors of #ab082e

#ab082e #ab3308 #ab0880

Monochromatic Colors of #ab082e

#ab082e

Complementary Color

#ab082e #08ab85

#ab082e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab082e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab082e Color CSS Codes

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

#ab082e Text Font Color

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

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


#ab082e Background Color

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

This div background color is #ab082e


#ab082e Border Color

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

This div border color is #ab082e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,8,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 #ab082e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab082e


Comments

No comments written yet.

Please login to write comment.