Color Hex Logo

#ab230a Color Hex

#AB230A
(171,35,10)
0 Favorites   0 Comments

Color spaces of #ab230a

RGB 1713510
HSL0.030.890.35
HSV94°67°
CMYK 0.000.800.94   0.33
XYZ17.45049.88191.2748
Yxy9.88190.61000.3454
Hunter Lab31.435544.076419.6005
CIE-Lab37.629653.017047.0508

#ab230a color RGB value is (171,35,10).

#ab230a hex color red value is 171, green value is 35 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ab230a hue: 0.03 , saturation: 0.89 and the lightness value of ab230a is 0.35.

The process color (four color CMYK) of #ab230a color hex is 0.00, 0.80, 0.94, 0.33. Web safe color of #ab230a is #993300. Color #ab230a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100011 00001010
Octal 253 43 12
Decimal 171 35 10
Hex AB 23 A

RGB Percentages of Color #ab230a

%79.17
%16.20
%4.63

CMYK Percentages of Color #ab230a

%0
%80
%94
%33

Triadic Colors of #ab230a

#ab230a #0aab23 #230aab

Analogous Colors of #ab230a

#ab230a #ab740a #ab0a41

Monochromatic Colors of #ab230a

#ab230a

Complementary Color

#ab230a #0a92ab

#ab230a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab230a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab230a Color CSS Codes

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

#ab230a Text Font Color

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

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


#ab230a Background Color

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

This div background color is #ab230a


#ab230a Border Color

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

This div border color is #ab230a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab230a


Comments

No comments written yet.

Please login to write comment.