Color Hex Logo

#ab50ad Color Hex

#AB50AD
(171,80,173)
0 Favorites   0 Comments

Color spaces of #ab50ad

RGB 17180173
HSL0.830.370.50
HSV299°54°68°
CMYK 0.010.540.00   0.32
XYZ27.206117.412441.4622
Yxy17.41240.31610.2023
Hunter Lab41.728243.3549-29.7024
CIE-Lab48.775550.3133-33.2823

#ab50ad color RGB value is (171,80,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 01010000 10101101
Octal 253 120 255
Decimal 171 80 173
Hex AB 50 AD

RGB Percentages of Color #ab50ad

%40.33
%18.87
%40.80

CMYK Percentages of Color #ab50ad

%1
%54
%0
%32

Triadic Colors of #ab50ad

#ab50ad #adab50 #50adab

Analogous Colors of #ab50ad

#ab50ad #ad5081 #7d50ad

Monochromatic Colors of #ab50ad

#ab50ad

Complementary Color

#ab50ad #52ad50

#ab50ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab50ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab50ad Color CSS Codes

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

#ab50ad Text Font Color

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

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


#ab50ad Background Color

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

This div background color is #ab50ad


#ab50ad Border Color

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

This div border color is #ab50ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab50ad


Comments

No comments written yet.

Please login to write comment.