Color Hex Logo

#ad1edd Color Hex

#AD1EDD
(173,30,221)
0 Favorites   0 Comments

Color spaces of #ad1edd

RGB 17330221
HSL0.790.760.49
HSV285°86°87°
CMYK 0.220.860.00   0.13
XYZ30.749015.033269.6877
Yxy15.03320.26630.1302
Hunter Lab38.772773.7088-79.4235
CIE-Lab45.679677.3818-66.0127

#ad1edd color RGB value is (173,30,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011110 11011101
Octal 255 36 335
Decimal 173 30 221
Hex AD 1E DD

RGB Percentages of Color #ad1edd

%40.80
%7.08
%52.12

CMYK Percentages of Color #ad1edd

%22
%86
%0
%13

Triadic Colors of #ad1edd

#ad1edd #ddad1e #1eddad

Analogous Colors of #ad1edd

#ad1edd #dd1eae #4d1edd

Monochromatic Colors of #ad1edd

#ad1edd

Complementary Color

#ad1edd #4edd1e

#ad1edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1edd Color CSS Codes

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

#ad1edd Text Font Color

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

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


#ad1edd Background Color

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

This div background color is #ad1edd


#ad1edd Border Color

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

This div border color is #ad1edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1edd


Comments

No comments written yet.

Please login to write comment.