Color Hex Logo

#ab2163 Color Hex

#AB2163
(171,33,99)
0 Favorites   0 Comments

Color spaces of #ab2163

RGB 1713399
HSL0.920.680.40
HSV331°81°67°
CMYK 0.000.810.42   0.33
XYZ19.590610.646512.8268
Yxy10.64650.45490.2472
Hunter Lab32.629050.0716-0.4673
CIE-Lab38.978658.3752-3.2522

#ab2163 color RGB value is (171,33,99).

#ab2163 hex color red value is 171, green value is 33 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #ab2163 hue: 0.92 , saturation: 0.68 and the lightness value of ab2163 is 0.40.

The process color (four color CMYK) of #ab2163 color hex is 0.00, 0.81, 0.42, 0.33. Web safe color of #ab2163 is #993366. Color #ab2163 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100001 01100011
Octal 253 41 143
Decimal 171 33 99
Hex AB 21 63

RGB Percentages of Color #ab2163

%56.44
%10.89
%32.67

CMYK Percentages of Color #ab2163

%0
%81
%42
%33

Triadic Colors of #ab2163

#ab2163 #63ab21 #2163ab

Analogous Colors of #ab2163

#ab2163 #ab2421 #ab21a8

Monochromatic Colors of #ab2163

#ab2163

Complementary Color

#ab2163 #21ab69

#ab2163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2163 Color CSS Codes

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

#ab2163 Text Font Color

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

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


#ab2163 Background Color

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

This div background color is #ab2163


#ab2163 Border Color

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

This div border color is #ab2163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2163


Comments

No comments written yet.

Please login to write comment.