Color Hex Logo

#ad1fdd Color Hex

#AD1FDD
(173,31,221)
0 Favorites   0 Comments

Color spaces of #ad1fdd

RGB 17331221
HSL0.790.750.49
HSV285°86°87°
CMYK 0.220.860.00   0.13
XYZ30.774715.084769.6962
Yxy15.08470.26630.1305
Hunter Lab38.839073.4689-79.2079
CIE-Lab45.750077.1742-65.8984

#ad1fdd color RGB value is (173,31,221).

#ad1fdd hex color red value is 173, green value is 31 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ad1fdd hue: 0.79 , saturation: 0.75 and the lightness value of ad1fdd is 0.49.

The process color (four color CMYK) of #ad1fdd color hex is 0.22, 0.86, 0.00, 0.13. Web safe color of #ad1fdd is #9933cc. Color #ad1fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011111 11011101
Octal 255 37 335
Decimal 173 31 221
Hex AD 1F DD

RGB Percentages of Color #ad1fdd

%40.71
%7.29
%52.00

CMYK Percentages of Color #ad1fdd

%22
%86
%0
%13

Triadic Colors of #ad1fdd

#ad1fdd #ddad1f #1fddad

Analogous Colors of #ad1fdd

#ad1fdd #dd1fae #4e1fdd

Monochromatic Colors of #ad1fdd

#ad1fdd

Complementary Color

#ad1fdd #4fdd1f

#ad1fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1fdd Color CSS Codes

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

#ad1fdd Text Font Color

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

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


#ad1fdd Background Color

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

This div background color is #ad1fdd


#ad1fdd Border Color

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

This div border color is #ad1fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1fdd


Comments

No comments written yet.

Please login to write comment.