color codes Logo

#ad6fec color codes

#AD6FEC
(173,111,236)
0 Favorites   0 Comments

Color spaces of #ad6fec

RGB 173111236
HSL0.750.770.68
HSV270°53°93°
CMYK 0.270.530.00   0.07
XYZ38.058326.309282.4292
Yxy26.30920.25930.1792
Hunter Lab51.292542.6826-59.3768
CIE-Lab58.329448.1454-54.1250

#ad6fec color RGB value is (173,111,236).

#ad6fec hex color red value is 173, green value is 111 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ad6fec hue: 0.75 , saturation: 0.77 and the lightness value of ad6fec is 0.68.

The process color (four color CMYK) of #ad6fec color code is 0.27, 0.53, 0.00, 0.07. Web safe color of #ad6fec is #9966ff. Color #ad6fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01101111 11101100
Octal 255 157 354
Decimal 173 111 236
Hex AD 6F EC

RGB Percentages of Color #ad6fec

%33.27
%21.35
%45.38

CMYK Percentages of Color #ad6fec

%27
%53
%0
%7

Triadic Colors of #ad6fec

#ad6fec #ecad6f #6fecad

Analogous Colors of #ad6fec

#ad6fec #ec6fec #6f70ec

Monochromatic Colors of #ad6fec

#ad6fec

Complementary Color

#ad6fec #aeec6f

#ad6fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6fec Color CSS Codes

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

#ad6fec Text Font Color

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

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


#ad6fec Background Color

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

This div background color is #ad6fec


#ad6fec Border Color

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

This div border color is #ad6fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6fec


Comments

No comments written yet.

Please login to write comment.