Color Hex Logo

#ad7fec Color Hex

#AD7FEC
(173,127,236)
0 Favorites   0 Comments

Color spaces of #ad7fec

RGB 173127236
HSL0.740.740.71
HSV265°46°93°
CMYK 0.270.460.00   0.07
XYZ39.963330.119183.0642
Yxy30.11910.26090.1967
Hunter Lab54.880933.9391-51.3210
CIE-Lab61.756839.4209-48.6825

#ad7fec color RGB value is (173,127,236).

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

The process color (four color CMYK) of #ad7fec color hex is 0.27, 0.46, 0.00, 0.07. Web safe color of #ad7fec is #9966ff. Color #ad7fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01111111 11101100
Octal 255 177 354
Decimal 173 127 236
Hex AD 7F EC

RGB Percentages of Color #ad7fec

%32.28
%23.69
%44.03

CMYK Percentages of Color #ad7fec

%27
%46
%0
%7

Triadic Colors of #ad7fec

#ad7fec #ecad7f #7fecad

Analogous Colors of #ad7fec

#ad7fec #e47fec #7f88ec

Monochromatic Colors of #ad7fec

#ad7fec

Complementary Color

#ad7fec #beec7f

#ad7fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad7fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad7fec Color CSS Codes

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

#ad7fec Text Font Color

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

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


#ad7fec Background Color

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

This div background color is #ad7fec


#ad7fec Border Color

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

This div border color is #ad7fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad7fec


Comments

No comments written yet.

Please login to write comment.