Color Hex Logo

#ad1fce Color Hex

#AD1FCE
(173,31,206)
0 Favorites   0 Comments

Color spaces of #ad1fce

RGB 17331206
HSL0.800.740.46
HSV289°85°81°
CMYK 0.160.850.00   0.19
XYZ28.864114.320459.6353
Yxy14.32040.28070.1393
Hunter Lab37.842369.9263-66.9449
CIE-Lab44.689074.4901-58.9995

#ad1fce color RGB value is (173,31,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 00011111 11001110
Octal 255 37 316
Decimal 173 31 206
Hex AD 1F CE

RGB Percentages of Color #ad1fce

%42.20
%7.56
%50.24

CMYK Percentages of Color #ad1fce

%16
%85
%0
%19

Triadic Colors of #ad1fce

#ad1fce #cead1f #1fcead

Analogous Colors of #ad1fce

#ad1fce #ce1f98 #561fce

Monochromatic Colors of #ad1fce

#ad1fce

Complementary Color

#ad1fce #40ce1f

#ad1fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad1fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad1fce Color CSS Codes

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

#ad1fce Text Font Color

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

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


#ad1fce Background Color

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

This div background color is #ad1fce


#ad1fce Border Color

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

This div border color is #ad1fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad1fce


Comments

No comments written yet.

Please login to write comment.