Color Hex Logo

#ad2edd Color Hex

#AD2EDD
(173,46,221)
0 Favorites   0 Comments

Color spaces of #ad2edd

RGB 17346221
HSL0.790.720.52
HSV284°79°87°
CMYK 0.220.790.00   0.13
XYZ31.261716.058769.8586
Yxy16.05870.26680.1370
Hunter Lab40.073369.1218-75.3072
CIE-Lab47.051473.3662-63.7884

#ad2edd color RGB value is (173,46,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101110 11011101
Octal 255 56 335
Decimal 173 46 221
Hex AD 2E DD

RGB Percentages of Color #ad2edd

%39.32
%10.45
%50.23

CMYK Percentages of Color #ad2edd

%22
%79
%0
%13

Triadic Colors of #ad2edd

#ad2edd #ddad2e #2eddad

Analogous Colors of #ad2edd

#ad2edd #dd2eb6 #562edd

Monochromatic Colors of #ad2edd

#ad2edd

Complementary Color

#ad2edd #5edd2e

#ad2edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2edd Color CSS Codes

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

#ad2edd Text Font Color

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

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


#ad2edd Background Color

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

This div background color is #ad2edd


#ad2edd Border Color

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

This div border color is #ad2edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2edd


Comments

No comments written yet.

Please login to write comment.