Color Hex Logo

#ad09ef Color Hex

#AD09EF
(173,9,239)
0 Favorites   0 Comments

Color spaces of #ad09ef

RGB 1739239
HSL0.790.930.49
HSV283°96°94°
CMYK 0.280.960.00   0.06
XYZ32.911315.311682.8822
Yxy15.31160.25100.1168
Hunter Lab39.130081.6543-98.1924
CIE-Lab46.058183.6149-75.6158

#ad09ef color RGB value is (173,9,239).

#ad09ef hex color red value is 173, green value is 9 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ad09ef hue: 0.79 , saturation: 0.93 and the lightness value of ad09ef is 0.49.

The process color (four color CMYK) of #ad09ef color hex is 0.28, 0.96, 0.00, 0.06. Web safe color of #ad09ef is #9900ff. Color #ad09ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001001 11101111
Octal 255 11 357
Decimal 173 9 239
Hex AD 9 EF

RGB Percentages of Color #ad09ef

%41.09
%2.14
%56.77

CMYK Percentages of Color #ad09ef

%28
%96
%0
%6

Triadic Colors of #ad09ef

#ad09ef #efad09 #09efad

Analogous Colors of #ad09ef

#ad09ef #ef09be #3a09ef

Monochromatic Colors of #ad09ef

#ad09ef

Complementary Color

#ad09ef #4bef09

#ad09ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad09ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad09ef Color CSS Codes

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

#ad09ef Text Font Color

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

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


#ad09ef Background Color

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

This div background color is #ad09ef


#ad09ef Border Color

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

This div border color is #ad09ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad09ef


Comments

No comments written yet.

Please login to write comment.