Color Hex Logo

#ab507f Color Hex

#AB507F
(171,80,127)
0 Favorites   0 Comments

Color spaces of #ab507f

RGB 17180127
HSL0.910.360.49
HSV329°53°67°
CMYK 0.000.530.26   0.33
XYZ23.494015.927621.9147
Yxy15.92760.38300.2597
Hunter Lab39.909435.2385-4.6202
CIE-Lab46.879442.7610-8.7947

#ab507f color RGB value is (171,80,127).

#ab507f hex color red value is 171, green value is 80 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ab507f hue: 0.91 , saturation: 0.36 and the lightness value of ab507f is 0.49.

The process color (four color CMYK) of #ab507f color hex is 0.00, 0.53, 0.26, 0.33. Web safe color of #ab507f is #996666. Color #ab507f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010000 01111111
Octal 253 120 177
Decimal 171 80 127
Hex AB 50 7F

RGB Percentages of Color #ab507f

%45.24
%21.16
%33.60

CMYK Percentages of Color #ab507f

%0
%53
%26
%33

Triadic Colors of #ab507f

#ab507f #7fab50 #507fab

Analogous Colors of #ab507f

#ab507f #ab5051 #aa50ab

Monochromatic Colors of #ab507f

#ab507f

Complementary Color

#ab507f #50ab7c

#ab507f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab507f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab507f Color CSS Codes

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

#ab507f Text Font Color

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

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


#ab507f Background Color

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

This div background color is #ab507f


#ab507f Border Color

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

This div border color is #ab507f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab507f


Comments

No comments written yet.

Please login to write comment.