Color Hex Logo

#ad01c1 Color Hex

#AD01C1
(173,1,193)
0 Favorites   0 Comments

Color spaces of #ad01c1

RGB 1731193
HSL0.820.990.38
HSV294°99°76°
CMYK 0.100.990.00   0.24
XYZ26.870112.756251.4981
Yxy12.75620.29490.1400
Hunter Lab35.715871.7883-60.4883
CIE-Lab42.393676.4595-55.1476

#ad01c1 color RGB value is (173,1,193).

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

The process color (four color CMYK) of #ad01c1 color hex is 0.10, 0.99, 0.00, 0.24. Web safe color of #ad01c1 is #9900cc. Color #ad01c1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000001 11000001
Octal 255 1 301
Decimal 173 1 193
Hex AD 1 C1

RGB Percentages of Color #ad01c1

%47.14
%0.27
%52.59

CMYK Percentages of Color #ad01c1

%10
%99
%0
%24

Triadic Colors of #ad01c1

#ad01c1 #c1ad01 #01c1ad

Analogous Colors of #ad01c1

#ad01c1 #c10175 #4d01c1

Monochromatic Colors of #ad01c1

#ad01c1

Complementary Color

#ad01c1 #15c101

#ad01c1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad01c1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad01c1 Color CSS Codes

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

#ad01c1 Text Font Color

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

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


#ad01c1 Background Color

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

This div background color is #ad01c1


#ad01c1 Border Color

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

This div border color is #ad01c1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad01c1


Comments

No comments written yet.

Please login to write comment.