Color Hex Logo

#ad2dce Color Hex

#AD2DCE
(173,45,206)
0 Favorites   0 Comments

Color spaces of #ad2dce

RGB 17345206
HSL0.800.640.49
HSV288°78°81°
CMYK 0.160.780.00   0.19
XYZ29.312515.217259.7848
Yxy15.21720.28100.1459
Hunter Lab39.009265.8632-63.5603
CIE-Lab45.930370.8710-56.9959

#ad2dce color RGB value is (173,45,206).

#ad2dce hex color red value is 173, green value is 45 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ad2dce hue: 0.80 , saturation: 0.64 and the lightness value of ad2dce is 0.49.

The process color (four color CMYK) of #ad2dce color hex is 0.16, 0.78, 0.00, 0.19. Web safe color of #ad2dce is #9933cc. Color #ad2dce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101101 11001110
Octal 255 55 316
Decimal 173 45 206
Hex AD 2D CE

RGB Percentages of Color #ad2dce

%40.80
%10.61
%48.58

CMYK Percentages of Color #ad2dce

%16
%78
%0
%19

Triadic Colors of #ad2dce

#ad2dce #cead2d #2dcead

Analogous Colors of #ad2dce

#ad2dce #ce2d9f #5d2dce

Monochromatic Colors of #ad2dce

#ad2dce

Complementary Color

#ad2dce #4ece2d

#ad2dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2dce Color CSS Codes

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

#ad2dce Text Font Color

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

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


#ad2dce Background Color

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

This div background color is #ad2dce


#ad2dce Border Color

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

This div border color is #ad2dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2dce


Comments

No comments written yet.

Please login to write comment.