Color Hex Logo

#ab5382 Color Hex

#AB5382
(171,83,130)
0 Favorites   0 Comments

Color spaces of #ab5382

RGB 17183130
HSL0.910.350.50
HSV328°51°67°
CMYK 0.000.510.24   0.33
XYZ23.917116.456123.0349
Yxy16.45610.37720.2595
Hunter Lab40.566134.2499-5.2707
CIE-Lab47.567341.6683-9.5727

#ab5382 color RGB value is (171,83,130).

#ab5382 hex color red value is 171, green value is 83 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ab5382 hue: 0.91 , saturation: 0.35 and the lightness value of ab5382 is 0.50.

The process color (four color CMYK) of #ab5382 color hex is 0.00, 0.51, 0.24, 0.33. Web safe color of #ab5382 is #996699. Color #ab5382 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010011 10000010
Octal 253 123 202
Decimal 171 83 130
Hex AB 53 82

RGB Percentages of Color #ab5382

%44.53
%21.61
%33.85

CMYK Percentages of Color #ab5382

%0
%51
%24
%33

Triadic Colors of #ab5382

#ab5382 #82ab53 #5382ab

Analogous Colors of #ab5382

#ab5382 #ab5356 #a853ab

Monochromatic Colors of #ab5382

#ab5382

Complementary Color

#ab5382 #53ab7c

#ab5382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5382 Color CSS Codes

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

#ab5382 Text Font Color

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

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


#ab5382 Background Color

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

This div background color is #ab5382


#ab5382 Border Color

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

This div border color is #ab5382


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,83,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 #ab5382">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5382


Comments

No comments written yet.

Please login to write comment.