Color Hex Logo

#ad94ef Color Hex

#AD94EF
(173,148,239)
0 Favorites   0 Comments

Color spaces of #ad94ef

RGB 173148239
HSL0.710.740.76
HSV256°38°94°
CMYK 0.280.380.00   0.06
XYZ43.403536.296086.3796
Yxy36.29600.26130.2185
Hunter Lab60.246223.1670-42.8364
CIE-Lab66.745528.3722-42.4811

#ad94ef color RGB value is (173,148,239).

#ad94ef hex color red value is 173, green value is 148 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ad94ef hue: 0.71 , saturation: 0.74 and the lightness value of ad94ef is 0.76.

The process color (four color CMYK) of #ad94ef color hex is 0.28, 0.38, 0.00, 0.06. Web safe color of #ad94ef is #9999ff. Color #ad94ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010100 11101111
Octal 255 224 357
Decimal 173 148 239
Hex AD 94 EF

RGB Percentages of Color #ad94ef

%30.89
%26.43
%42.68

CMYK Percentages of Color #ad94ef

%28
%38
%0
%6

Triadic Colors of #ad94ef

#ad94ef #efad94 #94efad

Analogous Colors of #ad94ef

#ad94ef #db94ef #94a9ef

Monochromatic Colors of #ad94ef

#ad94ef

Complementary Color

#ad94ef #d6ef94

#ad94ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad94ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad94ef Color CSS Codes

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

#ad94ef Text Font Color

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

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


#ad94ef Background Color

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

This div background color is #ad94ef


#ad94ef Border Color

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

This div border color is #ad94ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad94ef


Comments

No comments written yet.

Please login to write comment.