Color Hex Logo

#ab5379 Color Hex

#AB5379
(171,83,121)
0 Favorites   0 Comments

Color spaces of #ab5379

RGB 17183121
HSL0.930.350.50
HSV334°51°67°
CMYK 0.000.510.29   0.33
XYZ23.339016.224919.9908
Yxy16.22490.39190.2724
Hunter Lab40.280132.9357-1.2292
CIE-Lab47.268240.3934-4.5889

#ab5379 color RGB value is (171,83,121).

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

The process color (four color CMYK) of #ab5379 color hex is 0.00, 0.51, 0.29, 0.33. Web safe color of #ab5379 is #996666. Color #ab5379 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010011 01111001
Octal 253 123 171
Decimal 171 83 121
Hex AB 53 79

RGB Percentages of Color #ab5379

%45.60
%22.13
%32.27

CMYK Percentages of Color #ab5379

%0
%51
%29
%33

Triadic Colors of #ab5379

#ab5379 #79ab53 #5379ab

Analogous Colors of #ab5379

#ab5379 #ab5953 #ab53a5

Monochromatic Colors of #ab5379

#ab5379

Complementary Color

#ab5379 #53ab85

#ab5379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5379 Color CSS Codes

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

#ab5379 Text Font Color

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

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


#ab5379 Background Color

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

This div background color is #ab5379


#ab5379 Border Color

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

This div border color is #ab5379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5379


Comments

No comments written yet.

Please login to write comment.