Color Hex Logo

#ab03af Color Hex

#AB03AF
(171,3,175)
0 Favorites   0 Comments

Color spaces of #ab03af

RGB 1713175
HSL0.830.970.35
HSV299°98°69°
CMYK 0.020.980.00   0.31
XYZ24.565011.818241.5439
Yxy11.81820.31520.1517
Hunter Lab34.377667.3888-47.5852
CIE-Lab40.925773.1208-46.9116

#ab03af color RGB value is (171,3,175).

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

The process color (four color CMYK) of #ab03af color hex is 0.02, 0.98, 0.00, 0.31. Web safe color of #ab03af is #990099. Color #ab03af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 00000011 10101111
Octal 253 3 257
Decimal 171 3 175
Hex AB 3 AF

RGB Percentages of Color #ab03af

%49.00
%0.86
%50.14

CMYK Percentages of Color #ab03af

%2
%98
%0
%31

Triadic Colors of #ab03af

#ab03af #afab03 #03afab

Analogous Colors of #ab03af

#ab03af #af035d #5503af

Monochromatic Colors of #ab03af

#ab03af

Complementary Color

#ab03af #07af03

#ab03af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ab03af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ab03af Color CSS Codes

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

#ab03af Text Font Color

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

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


#ab03af Background Color

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

This div background color is #ab03af


#ab03af Border Color

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

This div border color is #ab03af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ab03af


Comments

No comments written yet.

Please login to write comment.