Color Hex Logo

#ad71ed Color Hex

#AD71ED
(173,113,237)
0 Favorites   0 Comments

Color spaces of #ad71ed

RGB 173113237
HSL0.750.780.69
HSV269°52°93°
CMYK 0.270.520.00   0.07
XYZ38.424826.808983.2702
Yxy26.80890.25870.1805
Hunter Lab51.777341.8575-59.1083
CIE-Lab58.797047.3089-53.9366

#ad71ed color RGB value is (173,113,237).

#ad71ed hex color red value is 173, green value is 113 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ad71ed hue: 0.75 , saturation: 0.78 and the lightness value of ad71ed is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110001 11101101
Octal 255 161 355
Decimal 173 113 237
Hex AD 71 ED

RGB Percentages of Color #ad71ed

%33.08
%21.61
%45.32

CMYK Percentages of Color #ad71ed

%27
%52
%0
%7

Triadic Colors of #ad71ed

#ad71ed #edad71 #71edad

Analogous Colors of #ad71ed

#ad71ed #eb71ed #7173ed

Monochromatic Colors of #ad71ed

#ad71ed

Complementary Color

#ad71ed #b1ed71

#ad71ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad71ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad71ed Color CSS Codes

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

#ad71ed Text Font Color

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

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


#ad71ed Background Color

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

This div background color is #ad71ed


#ad71ed Border Color

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

This div border color is #ad71ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad71ed


Comments

No comments written yet.

Please login to write comment.