Color Hex Logo

#ad2ece Color Hex

#AD2ECE
(173,46,206)
0 Favorites   0 Comments

Color spaces of #ad2ece

RGB 17346206
HSL0.800.630.49
HSV288°78°81°
CMYK 0.160.780.00   0.19
XYZ29.351215.294559.7977
Yxy15.29450.28100.1464
Hunter Lab39.108265.5272-63.2806
CIE-Lab46.034970.5684-56.8272

#ad2ece color RGB value is (173,46,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101110 11001110
Octal 255 56 316
Decimal 173 46 206
Hex AD 2E CE

RGB Percentages of Color #ad2ece

%40.71
%10.82
%48.47

CMYK Percentages of Color #ad2ece

%16
%78
%0
%19

Triadic Colors of #ad2ece

#ad2ece #cead2e #2ecead

Analogous Colors of #ad2ece

#ad2ece #ce2e9f #5d2ece

Monochromatic Colors of #ad2ece

#ad2ece

Complementary Color

#ad2ece #4fce2e

#ad2ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2ece Color CSS Codes

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

#ad2ece Text Font Color

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

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


#ad2ece Background Color

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

This div background color is #ad2ece


#ad2ece Border Color

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

This div border color is #ad2ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2ece


Comments

No comments written yet.

Please login to write comment.