Color Hex Logo

#ab0161 Color Hex

#AB0161
(171,1,97)
0 Favorites   0 Comments

Color spaces of #ab0161

RGB 171197
HSL0.910.990.34
HSV326°99°67°
CMYK 0.000.990.43   0.33
XYZ18.96319.542712.1517
Yxy9.54270.46640.2347
Hunter Lab30.891355.5154-1.6990
CIE-Lab37.008963.6777-4.8972

#ab0161 color RGB value is (171,1,97).

#ab0161 hex color red value is 171, green value is 1 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ab0161 hue: 0.91 , saturation: 0.99 and the lightness value of ab0161 is 0.34.

The process color (four color CMYK) of #ab0161 color hex is 0.00, 0.99, 0.43, 0.33. Web safe color of #ab0161 is #990066. Color #ab0161 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000001 01100001
Octal 253 1 141
Decimal 171 1 97
Hex AB 1 61

RGB Percentages of Color #ab0161

%63.57
%0.37
%36.06

CMYK Percentages of Color #ab0161

%0
%99
%43
%33

Triadic Colors of #ab0161

#ab0161 #61ab01 #0161ab

Analogous Colors of #ab0161

#ab0161 #ab010c #a001ab

Monochromatic Colors of #ab0161

#ab0161

Complementary Color

#ab0161 #01ab4b

#ab0161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab0161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab0161 Color CSS Codes

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

#ab0161 Text Font Color

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

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


#ab0161 Background Color

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

This div background color is #ab0161


#ab0161 Border Color

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

This div border color is #ab0161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab0161


Comments

No comments written yet.

Please login to write comment.