Color Hex Logo

#ab230e Color Hex

#AB230E
(171,35,14)
0 Favorites   0 Comments

Color spaces of #ab230e

RGB 1713514
HSL0.020.850.36
HSV92°67°
CMYK 0.000.800.92   0.33
XYZ17.47499.89171.4037
Yxy9.89170.60740.3438
Hunter Lab31.451144.139119.3696
CIE-Lab37.647453.073645.5996

#ab230e color RGB value is (171,35,14).

#ab230e hex color red value is 171, green value is 35 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ab230e hue: 0.02 , saturation: 0.85 and the lightness value of ab230e is 0.36.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100011 00001110
Octal 253 43 16
Decimal 171 35 14
Hex AB 23 E

RGB Percentages of Color #ab230e

%77.73
%15.91
%6.36

CMYK Percentages of Color #ab230e

%0
%80
%92
%33

Triadic Colors of #ab230e

#ab230e #0eab23 #230eab

Analogous Colors of #ab230e

#ab230e #ab720e #ab0e47

Monochromatic Colors of #ab230e

#ab230e

Complementary Color

#ab230e #0e96ab

#ab230e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab230e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab230e Color CSS Codes

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

#ab230e Text Font Color

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

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


#ab230e Background Color

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

This div background color is #ab230e


#ab230e Border Color

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

This div border color is #ab230e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab230e


Comments

No comments written yet.

Please login to write comment.