Color Hex Logo

#ad68fe Color Hex

#AD68FE
(173,104,254)
0 Favorites   0 Comments

Color spaces of #ad68fe

RGB 173104254
HSL0.740.990.70
HSV268°59°100°
CMYK 0.320.590.00   0.00
XYZ40.073325.940696.6609
Yxy25.94060.24630.1595
Hunter Lab50.931951.3132-76.8709
CIE-Lab57.980656.0411-64.6650

#ad68fe color RGB value is (173,104,254).

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

The process color (four color CMYK) of #ad68fe color hex is 0.32, 0.59, 0.00, 0.00. Web safe color of #ad68fe is #9966ff. Color #ad68fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101000 11111110
Octal 255 150 376
Decimal 173 104 254
Hex AD 68 FE

RGB Percentages of Color #ad68fe

%32.58
%19.59
%47.83

CMYK Percentages of Color #ad68fe

%32
%59
%0
%0

Triadic Colors of #ad68fe

#ad68fe #fead68 #68fead

Analogous Colors of #ad68fe

#ad68fe #f868fe #686efe

Monochromatic Colors of #ad68fe

#ad68fe

Complementary Color

#ad68fe #b9fe68

#ad68fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad68fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad68fe Color CSS Codes

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

#ad68fe Text Font Color

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

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


#ad68fe Background Color

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

This div background color is #ad68fe


#ad68fe Border Color

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

This div border color is #ad68fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad68fe

Related Colors


Comments

No comments written yet.

Please login to write comment.