Color Hex Logo

#ad7eef Color Hex

#AD7EEF
(173,126,239)
0 Favorites   0 Comments

Color spaces of #ad7eef

RGB 173126239
HSL0.740.780.72
HSV265°47°94°
CMYK 0.280.470.00   0.06
XYZ40.274430.037985.3366
Yxy30.03790.25880.1930
Hunter Lab54.806835.2574-53.9523
CIE-Lab61.686940.6919-50.4546

#ad7eef color RGB value is (173,126,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111110 11101111
Octal 255 176 357
Decimal 173 126 239
Hex AD 7E EF

RGB Percentages of Color #ad7eef

%32.16
%23.42
%44.42

CMYK Percentages of Color #ad7eef

%28
%47
%0
%6

Triadic Colors of #ad7eef

#ad7eef #efad7e #7eefad

Analogous Colors of #ad7eef

#ad7eef #e67eef #7e88ef

Monochromatic Colors of #ad7eef

#ad7eef

Complementary Color

#ad7eef #c0ef7e

#ad7eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7eef Color CSS Codes

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

#ad7eef Text Font Color

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

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


#ad7eef Background Color

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

This div background color is #ad7eef


#ad7eef Border Color

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

This div border color is #ad7eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7eef


Comments

No comments written yet.

Please login to write comment.