Color Hex Logo

#ab262e Color Hex

#AB262E
(171,38,46)
0 Favorites   0 Comments

Color spaces of #ab262e

RGB 1713846
HSL0.990.640.41
HSV356°78°67°
CMYK 0.000.780.73   0.33
XYZ17.980810.24143.6139
Yxy10.24140.56480.3217
Hunter Lab32.002244.288515.7061
CIE-Lab38.272253.097629.2988

#ab262e color RGB value is (171,38,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100110 00101110
Octal 253 46 56
Decimal 171 38 46
Hex AB 26 2E

RGB Percentages of Color #ab262e

%67.06
%14.90
%18.04

CMYK Percentages of Color #ab262e

%0
%78
%73
%33

Triadic Colors of #ab262e

#ab262e #2eab26 #262eab

Analogous Colors of #ab262e

#ab262e #ab6126 #ab2671

Monochromatic Colors of #ab262e

#ab262e

Complementary Color

#ab262e #26aba3

#ab262e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab262e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab262e Color CSS Codes

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

#ab262e Text Font Color

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

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


#ab262e Background Color

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

This div background color is #ab262e


#ab262e Border Color

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

This div border color is #ab262e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab262e


Comments

No comments written yet.

Please login to write comment.