Color Hex Logo

#ad61ef Color Hex

#AD61EF
(173,97,239)
0 Favorites   0 Comments

Color spaces of #ad61ef

RGB 17397239
HSL0.760.820.66
HSV272°59°94°
CMYK 0.280.590.00   0.06
XYZ37.088323.665684.2745
Yxy23.66560.25570.1632
Hunter Lab48.647350.9541-68.6583
CIE-Lab55.751456.0994-59.9200

#ad61ef color RGB value is (173,97,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100001 11101111
Octal 255 141 357
Decimal 173 97 239
Hex AD 61 EF

RGB Percentages of Color #ad61ef

%33.99
%19.06
%46.95

CMYK Percentages of Color #ad61ef

%28
%59
%0
%6

Triadic Colors of #ad61ef

#ad61ef #efad61 #61efad

Analogous Colors of #ad61ef

#ad61ef #ef61ea #6661ef

Monochromatic Colors of #ad61ef

#ad61ef

Complementary Color

#ad61ef #a3ef61

#ad61ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad61ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad61ef Color CSS Codes

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

#ad61ef Text Font Color

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

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


#ad61ef Background Color

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

This div background color is #ad61ef


#ad61ef Border Color

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

This div border color is #ad61ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad61ef


Comments

No comments written yet.

Please login to write comment.