Color Hex Logo

#ab5bad Color Hex

#AB5BAD
(171,91,173)
0 Favorites   0 Comments

Color spaces of #ab5bad

RGB 17191173
HSL0.830.330.52
HSV299°47°68°
CMYK 0.010.470.00   0.32
XYZ28.078519.157241.7530
Yxy19.15720.31550.2153
Hunter Lab43.768937.9151-25.9209
CIE-Lab50.870644.7679-30.0081

#ab5bad color RGB value is (171,91,173).

#ab5bad hex color red value is 171, green value is 91 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ab5bad hue: 0.83 , saturation: 0.33 and the lightness value of ab5bad is 0.52.

The process color (four color CMYK) of #ab5bad color hex is 0.01, 0.47, 0.00, 0.32. Web safe color of #ab5bad is #996699. Color #ab5bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 01011011 10101101
Octal 253 133 255
Decimal 171 91 173
Hex AB 5B AD

RGB Percentages of Color #ab5bad

%39.31
%20.92
%39.77

CMYK Percentages of Color #ab5bad

%1
%47
%0
%32

Triadic Colors of #ab5bad

#ab5bad #adab5b #5badab

Analogous Colors of #ab5bad

#ab5bad #ad5b86 #825bad

Monochromatic Colors of #ab5bad

#ab5bad

Complementary Color

#ab5bad #5dad5b

#ab5bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab5bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab5bad Color CSS Codes

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

#ab5bad Text Font Color

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

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


#ab5bad Background Color

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

This div background color is #ab5bad


#ab5bad Border Color

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

This div border color is #ab5bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab5bad


Comments

No comments written yet.

Please login to write comment.