color codes Logo

#ad01af color codes

#AD01AF
(173,1,175)
0 Favorites   0 Comments

Color spaces of #ad01af

RGB 1731175
HSL0.830.990.35
HSV299°99°69°
CMYK 0.010.990.00   0.31
XYZ24.982312.001141.5572
Yxy12.00110.31810.1528
Hunter Lab34.642668.0996-46.8743
CIE-Lab41.217973.6548-46.4233

#ad01af color RGB value is (173,1,175).

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

The process color (four color CMYK) of #ad01af color code is 0.01, 0.99, 0.00, 0.31. Web safe color of #ad01af is #990099. Color #ad01af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000001 10101111
Octal 255 1 257
Decimal 173 1 175
Hex AD 1 AF

RGB Percentages of Color #ad01af

%49.57
%0.29
%50.14

CMYK Percentages of Color #ad01af

%1
%99
%0
%31

Triadic Colors of #ad01af

#ad01af #afad01 #01afad

Analogous Colors of #ad01af

#ad01af #af015a #5601af

Monochromatic Colors of #ad01af

#ad01af

Complementary Color

#ad01af #03af01

#ad01af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad01af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad01af Color CSS Codes

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

#ad01af Text Font Color

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

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


#ad01af Background Color

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

This div background color is #ad01af


#ad01af Border Color

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

This div border color is #ad01af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad01af


Comments

No comments written yet.

Please login to write comment.