Color Hex Logo

#ab03ad Color Hex

#AB03AD
(171,3,173)
0 Favorites   0 Comments

Color spaces of #ab03ad

RGB 1713173
HSL0.830.970.35
HSV299°98°68°
CMYK 0.010.980.00   0.32
XYZ24.370011.740240.5168
Yxy11.74020.31800.1532
Hunter Lab34.264066.9949-46.1250
CIE-Lab40.800272.8168-45.9225

#ab03ad color RGB value is (171,3,173).

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

The process color (four color CMYK) of #ab03ad color hex is 0.01, 0.98, 0.00, 0.32. Web safe color of #ab03ad is #990099. Color #ab03ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000011 10101101
Octal 253 3 255
Decimal 171 3 173
Hex AB 3 AD

RGB Percentages of Color #ab03ad

%49.28
%0.86
%49.86

CMYK Percentages of Color #ab03ad

%1
%98
%0
%32

Triadic Colors of #ab03ad

#ab03ad #adab03 #03adab

Analogous Colors of #ab03ad

#ab03ad #ad035a #5603ad

Monochromatic Colors of #ab03ad

#ab03ad

Complementary Color

#ab03ad #05ad03

#ab03ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab03ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab03ad Color CSS Codes

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

#ab03ad Text Font Color

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

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


#ab03ad Background Color

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

This div background color is #ab03ad


#ab03ad Border Color

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

This div border color is #ab03ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab03ad


Comments

No comments written yet.

Please login to write comment.