Color Hex Logo

#ad49ed Color Hex

#AD49ED
(173,73,237)
0 Favorites   0 Comments

Color spaces of #ad49ed

RGB 17373237
HSL0.770.820.61
HSV277°69°93°
CMYK 0.270.690.00   0.07
XYZ34.902219.763782.0960
Yxy19.76370.25520.1445
Hunter Lab44.456462.3396-78.3692
CIE-Lab51.569066.8025-65.5350

#ad49ed color RGB value is (173,73,237).

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

The process color (four color CMYK) of #ad49ed color hex is 0.27, 0.69, 0.00, 0.07. Web safe color of #ad49ed is #9933ff. Color #ad49ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01001001 11101101
Octal 255 111 355
Decimal 173 73 237
Hex AD 49 ED

RGB Percentages of Color #ad49ed

%35.82
%15.11
%49.07

CMYK Percentages of Color #ad49ed

%27
%69
%0
%7

Triadic Colors of #ad49ed

#ad49ed #edad49 #49edad

Analogous Colors of #ad49ed

#ad49ed #ed49db #5b49ed

Monochromatic Colors of #ad49ed

#ad49ed

Complementary Color

#ad49ed #89ed49

#ad49ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad49ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad49ed Color CSS Codes

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

#ad49ed Text Font Color

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

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


#ad49ed Background Color

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

This div background color is #ad49ed


#ad49ed Border Color

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

This div border color is #ad49ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad49ed


Comments

No comments written yet.

Please login to write comment.