Color Hex Logo

#ad3ffe Color Hex

#AD3FFE
(173,63,254)
0 Favorites   0 Comments

Color spaces of #ad3ffe

RGB 17363254
HSL0.760.990.62
HSV275°75°100°
CMYK 0.320.750.00   0.00
XYZ36.900519.595095.6033
Yxy19.59500.24260.1288
Hunter Lab44.266271.3323-97.0643
CIE-Lab51.376274.3404-75.3483

#ad3ffe color RGB value is (173,63,254).

#ad3ffe hex color red value is 173, green value is 63 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ad3ffe hue: 0.76 , saturation: 0.99 and the lightness value of ad3ffe is 0.62.

The process color (four color CMYK) of #ad3ffe color hex is 0.32, 0.75, 0.00, 0.00. Web safe color of #ad3ffe is #9933ff. Color #ad3ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00111111 11111110
Octal 255 77 376
Decimal 173 63 254
Hex AD 3F FE

RGB Percentages of Color #ad3ffe

%35.31
%12.86
%51.84

CMYK Percentages of Color #ad3ffe

%32
%75
%0
%0

Triadic Colors of #ad3ffe

#ad3ffe #fead3f #3ffead

Analogous Colors of #ad3ffe

#ad3ffe #fe3ff0 #4d3ffe

Monochromatic Colors of #ad3ffe

#ad3ffe

Complementary Color

#ad3ffe #90fe3f

#ad3ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad3ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad3ffe Color CSS Codes

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

#ad3ffe Text Font Color

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

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


#ad3ffe Background Color

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

This div background color is #ad3ffe


#ad3ffe Border Color

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

This div border color is #ad3ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad3ffe


Comments

No comments written yet.

Please login to write comment.