Color Hex Logo

#ab5483 Color Hex

#AB5483
(171,84,131)
0 Favorites   0 Comments

Color spaces of #ab5483

RGB 17184131
HSL0.910.340.50
HSV328°51°67°
CMYK 0.000.510.23   0.33
XYZ24.061616.637323.4159
Yxy16.63730.37530.2595
Hunter Lab40.788833.9178-5.4848
CIE-Lab47.799741.3007-9.8253

#ab5483 color RGB value is (171,84,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010100 10000011
Octal 253 124 203
Decimal 171 84 131
Hex AB 54 83

RGB Percentages of Color #ab5483

%44.30
%21.76
%33.94

CMYK Percentages of Color #ab5483

%0
%51
%23
%33

Triadic Colors of #ab5483

#ab5483 #83ab54 #5483ab

Analogous Colors of #ab5483

#ab5483 #ab5457 #a854ab

Monochromatic Colors of #ab5483

#ab5483

Complementary Color

#ab5483 #54ab7c

#ab5483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5483 Color CSS Codes

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

#ab5483 Text Font Color

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

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


#ab5483 Background Color

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

This div background color is #ab5483


#ab5483 Border Color

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

This div border color is #ab5483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5483


Comments

No comments written yet.

Please login to write comment.