Color Hex Logo

#ad2fce Color Hex

#AD2FCE
(173,47,206)
0 Favorites   0 Comments

Color spaces of #ad2fce

RGB 17347206
HSL0.800.630.50
HSV288°77°81°
CMYK 0.160.770.00   0.19
XYZ29.390715.373559.8108
Yxy15.37350.28100.1470
Hunter Lab39.209165.1859-62.9966
CIE-Lab46.141670.2603-56.6553

#ad2fce color RGB value is (173,47,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00101111 11001110
Octal 255 57 316
Decimal 173 47 206
Hex AD 2F CE

RGB Percentages of Color #ad2fce

%40.61
%11.03
%48.36

CMYK Percentages of Color #ad2fce

%16
%77
%0
%19

Triadic Colors of #ad2fce

#ad2fce #cead2f #2fcead

Analogous Colors of #ad2fce

#ad2fce #ce2fa0 #5e2fce

Monochromatic Colors of #ad2fce

#ad2fce

Complementary Color

#ad2fce #50ce2f

#ad2fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad2fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad2fce Color CSS Codes

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

#ad2fce Text Font Color

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

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


#ad2fce Background Color

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

This div background color is #ad2fce


#ad2fce Border Color

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

This div border color is #ad2fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad2fce


Comments

No comments written yet.

Please login to write comment.