Color Hex Logo

#ad76ed Color Hex

#AD76ED
(173,118,237)
0 Favorites   0 Comments

Color spaces of #ad76ed

RGB 173118237
HSL0.740.770.70
HSV268°50°93°
CMYK 0.270.500.00   0.07
XYZ38.998127.955583.4613
Yxy27.95550.25930.1859
Hunter Lab52.873039.1306-56.5797
CIE-Lab59.848544.6063-52.2635

#ad76ed color RGB value is (173,118,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110110 11101101
Octal 255 166 355
Decimal 173 118 237
Hex AD 76 ED

RGB Percentages of Color #ad76ed

%32.77
%22.35
%44.89

CMYK Percentages of Color #ad76ed

%27
%50
%0
%7

Triadic Colors of #ad76ed

#ad76ed #edad76 #76edad

Analogous Colors of #ad76ed

#ad76ed #e976ed #767bed

Monochromatic Colors of #ad76ed

#ad76ed

Complementary Color

#ad76ed #b6ed76

#ad76ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad76ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad76ed Color CSS Codes

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

#ad76ed Text Font Color

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

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


#ad76ed Background Color

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

This div background color is #ad76ed


#ad76ed Border Color

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

This div border color is #ad76ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad76ed


Comments

No comments written yet.

Please login to write comment.