Color Hex Logo

#ab093d Color Hex

#AB093D
(171,9,61)
0 Favorites   0 Comments

Color spaces of #ab093d

RGB 171961
HSL0.950.900.35
HSV341°95°67°
CMYK 0.000.950.64   0.33
XYZ17.73469.19025.2541
Yxy9.19020.55110.2856
Hunter Lab30.315351.371410.9449
CIE-Lab36.347960.076017.4420

#ab093d color RGB value is (171,9,61).

#ab093d hex color red value is 171, green value is 9 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ab093d hue: 0.95 , saturation: 0.90 and the lightness value of ab093d is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001001 00111101
Octal 253 11 75
Decimal 171 9 61
Hex AB 9 3D

RGB Percentages of Color #ab093d

%70.95
%3.73
%25.31

CMYK Percentages of Color #ab093d

%0
%95
%64
%33

Triadic Colors of #ab093d

#ab093d #3dab09 #093dab

Analogous Colors of #ab093d

#ab093d #ab2609 #ab098e

Monochromatic Colors of #ab093d

#ab093d

Complementary Color

#ab093d #09ab77

#ab093d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab093d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab093d Color CSS Codes

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

#ab093d Text Font Color

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

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


#ab093d Background Color

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

This div background color is #ab093d


#ab093d Border Color

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

This div border color is #ab093d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab093d


Comments

No comments written yet.

Please login to write comment.