Color Hex Logo

#ab230f Color Hex

#AB230F
(171,35,15)
0 Favorites   0 Comments

Color spaces of #ab230f

RGB 1713515
HSL0.020.840.36
HSV91°67°
CMYK 0.000.800.91   0.33
XYZ17.48189.89451.4404
Yxy9.89450.60670.3434
Hunter Lab31.455544.156419.3039
CIE-Lab37.652453.089245.2031

#ab230f color RGB value is (171,35,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100011 00001111
Octal 253 43 17
Decimal 171 35 15
Hex AB 23 F

RGB Percentages of Color #ab230f

%77.38
%15.84
%6.79

CMYK Percentages of Color #ab230f

%0
%80
%91
%33

Triadic Colors of #ab230f

#ab230f #0fab23 #230fab

Analogous Colors of #ab230f

#ab230f #ab710f #ab0f49

Monochromatic Colors of #ab230f

#ab230f

Complementary Color

#ab230f #0f97ab

#ab230f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab230f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab230f Color CSS Codes

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

#ab230f Text Font Color

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

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


#ab230f Background Color

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

This div background color is #ab230f


#ab230f Border Color

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

This div border color is #ab230f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab230f


Comments

No comments written yet.

Please login to write comment.