Color Hex Logo

#ad2ded Color Hex

#AD2DED
(173,45,237)
0 Favorites   0 Comments

Color spaces of #ad2ded

RGB 17345237
HSL0.780.840.55
HSV280°81°93°
CMYK 0.270.810.00   0.07
XYZ33.458016.875481.6146
Yxy16.87540.25360.1279
Hunter Lab41.079773.4927-89.0380
CIE-Lab48.102776.7354-71.1549

#ad2ded color RGB value is (173,45,237).

#ad2ded hex color red value is 173, green value is 45 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ad2ded hue: 0.78 , saturation: 0.84 and the lightness value of ad2ded is 0.55.

The process color (four color CMYK) of #ad2ded color hex is 0.27, 0.81, 0.00, 0.07. Web safe color of #ad2ded is #9933ff. Color #ad2ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101101 11101101
Octal 255 55 355
Decimal 173 45 237
Hex AD 2D ED

RGB Percentages of Color #ad2ded

%38.02
%9.89
%52.09

CMYK Percentages of Color #ad2ded

%27
%81
%0
%7

Triadic Colors of #ad2ded

#ad2ded #edad2d #2dedad

Analogous Colors of #ad2ded

#ad2ded #ed2dcd #4d2ded

Monochromatic Colors of #ad2ded

#ad2ded

Complementary Color

#ad2ded #6ded2d

#ad2ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2ded Color CSS Codes

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

#ad2ded Text Font Color

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

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


#ad2ded Background Color

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

This div background color is #ad2ded


#ad2ded Border Color

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

This div border color is #ad2ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2ded


Comments

No comments written yet.

Please login to write comment.