Color Hex Logo

#ad1fda Color Hex

#AD1FDA
(173,31,218)
0 Favorites   0 Comments

Color spaces of #ad1fda

RGB 17331218
HSL0.790.750.49
HSV286°86°85°
CMYK 0.210.860.00   0.15
XYZ30.378514.926267.6096
Yxy14.92620.26900.1322
Hunter Lab38.634472.7454-76.7124
CIE-Lab45.533076.6299-64.5351

#ad1fda color RGB value is (173,31,218).

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

The process color (four color CMYK) of #ad1fda color hex is 0.21, 0.86, 0.00, 0.15. Web safe color of #ad1fda is #9933cc. Color #ad1fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011111 11011010
Octal 255 37 332
Decimal 173 31 218
Hex AD 1F DA

RGB Percentages of Color #ad1fda

%41.00
%7.35
%51.66

CMYK Percentages of Color #ad1fda

%21
%86
%0
%15

Triadic Colors of #ad1fda

#ad1fda #daad1f #1fdaad

Analogous Colors of #ad1fda

#ad1fda #da1faa #501fda

Monochromatic Colors of #ad1fda

#ad1fda

Complementary Color

#ad1fda #4cda1f

#ad1fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1fda Color CSS Codes

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

#ad1fda Text Font Color

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

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


#ad1fda Background Color

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

This div background color is #ad1fda


#ad1fda Border Color

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

This div border color is #ad1fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1fda


Comments

No comments written yet.

Please login to write comment.