Color Hex Logo

#ad7ffe Color Hex

#AD7FFE
(173,127,254)
0 Favorites   0 Comments

Color spaces of #ad7ffe

RGB 173127254
HSL0.730.980.75
HSV262°50°100°
CMYK 0.320.500.00   0.00
XYZ42.712331.218797.5406
Yxy31.21870.24910.1821
Hunter Lab55.873738.6742-64.3930
CIE-Lab62.691843.7900-57.1236

#ad7ffe color RGB value is (173,127,254).

#ad7ffe hex color red value is 173, green value is 127 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ad7ffe hue: 0.73 , saturation: 0.98 and the lightness value of ad7ffe is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111111 11111110
Octal 255 177 376
Decimal 173 127 254
Hex AD 7F FE

RGB Percentages of Color #ad7ffe

%31.23
%22.92
%45.85

CMYK Percentages of Color #ad7ffe

%32
%50
%0
%0

Triadic Colors of #ad7ffe

#ad7ffe #fead7f #7ffead

Analogous Colors of #ad7ffe

#ad7ffe #ed7ffe #7f91fe

Monochromatic Colors of #ad7ffe

#ad7ffe

Complementary Color

#ad7ffe #d0fe7f

#ad7ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7ffe Color CSS Codes

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

#ad7ffe Text Font Color

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

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


#ad7ffe Background Color

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

This div background color is #ad7ffe


#ad7ffe Border Color

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

This div border color is #ad7ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7ffe


Comments

No comments written yet.

Please login to write comment.