Color Hex Logo

#ab2082 Color Hex

#AB2082
(171,32,130)
0 Favorites   0 Comments

Color spaces of #ab2082

RGB 17132130
HSL0.880.680.40
HSV318°81°67°
CMYK 0.000.810.24   0.33
XYZ21.340411.302722.1760
Yxy11.30270.38930.2062
Hunter Lab33.619554.4711-15.5751
CIE-Lab40.085762.1472-20.9720

#ab2082 color RGB value is (171,32,130).

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

The process color (four color CMYK) of #ab2082 color hex is 0.00, 0.81, 0.24, 0.33. Web safe color of #ab2082 is #993399. Color #ab2082 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00100000 10000010
Octal 253 40 202
Decimal 171 32 130
Hex AB 20 82

RGB Percentages of Color #ab2082

%51.35
%9.61
%39.04

CMYK Percentages of Color #ab2082

%0
%81
%24
%33

Triadic Colors of #ab2082

#ab2082 #82ab20 #2082ab

Analogous Colors of #ab2082

#ab2082 #ab203d #8f20ab

Monochromatic Colors of #ab2082

#ab2082

Complementary Color

#ab2082 #20ab49

#ab2082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab2082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab2082 Color CSS Codes

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

#ab2082 Text Font Color

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

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


#ab2082 Background Color

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

This div background color is #ab2082


#ab2082 Border Color

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

This div border color is #ab2082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab2082

#ab2082 Color Palettes


Comments

No comments written yet.

Please login to write comment.