Color Hex Logo

#ab0943 Color Hex

#AB0943
(171,9,67)
0 Favorites   0 Comments

Color spaces of #ab0943

RGB 171967
HSL0.940.900.35
HSV339°95°67°
CMYK 0.000.950.61   0.33
XYZ17.90549.25856.1535
Yxy9.25850.53740.2779
Hunter Lab30.427851.79079.3091
CIE-Lab36.477360.432713.7271

#ab0943 color RGB value is (171,9,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 00001001 01000011
Octal 253 11 103
Decimal 171 9 67
Hex AB 9 43

RGB Percentages of Color #ab0943

%69.23
%3.64
%27.13

CMYK Percentages of Color #ab0943

%0
%95
%61
%33

Triadic Colors of #ab0943

#ab0943 #43ab09 #0943ab

Analogous Colors of #ab0943

#ab0943 #ab2009 #ab0994

Monochromatic Colors of #ab0943

#ab0943

Complementary Color

#ab0943 #09ab71

#ab0943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0943 Color CSS Codes

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

#ab0943 Text Font Color

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

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


#ab0943 Background Color

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

This div background color is #ab0943


#ab0943 Border Color

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

This div border color is #ab0943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0943


Comments

No comments written yet.

Please login to write comment.