Color Hex Logo

#ad74ef Color Hex

#AD74EF
(173,116,239)
0 Favorites   0 Comments

Color spaces of #ad74ef

RGB 173116239
HSL0.740.790.70
HSV268°51°94°
CMYK 0.280.510.00   0.06
XYZ39.059027.607084.9314
Yxy27.60700.25760.1821
Hunter Lab52.542440.7444-59.0589
CIE-Lab59.532046.1638-53.8776

#ad74ef color RGB value is (173,116,239).

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

The process color (four color CMYK) of #ad74ef color hex is 0.28, 0.51, 0.00, 0.06. Web safe color of #ad74ef is #9966ff. Color #ad74ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01110100 11101111
Octal 255 164 357
Decimal 173 116 239
Hex AD 74 EF

RGB Percentages of Color #ad74ef

%32.77
%21.97
%45.27

CMYK Percentages of Color #ad74ef

%28
%51
%0
%6

Triadic Colors of #ad74ef

#ad74ef #efad74 #74efad

Analogous Colors of #ad74ef

#ad74ef #eb74ef #7479ef

Monochromatic Colors of #ad74ef

#ad74ef

Complementary Color

#ad74ef #b6ef74

#ad74ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad74ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad74ef Color CSS Codes

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

#ad74ef Text Font Color

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

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


#ad74ef Background Color

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

This div background color is #ad74ef


#ad74ef Border Color

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

This div border color is #ad74ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad74ef


Comments

No comments written yet.

Please login to write comment.