Color Hex Logo

#ad06ec Color Hex

#AD06EC
(173,6,236)
0 Favorites   0 Comments

Color spaces of #ad06ec

RGB 1736236
HSL0.790.950.47
HSV284°97°93°
CMYK 0.270.970.00   0.07
XYZ32.439015.070680.5561
Yxy15.07060.25330.1177
Hunter Lab38.820981.2194-95.8564
CIE-Lab45.730783.3381-74.4556

#ad06ec color RGB value is (173,6,236).

#ad06ec hex color red value is 173, green value is 6 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ad06ec hue: 0.79 , saturation: 0.95 and the lightness value of ad06ec is 0.47.

The process color (four color CMYK) of #ad06ec color hex is 0.27, 0.97, 0.00, 0.07. Web safe color of #ad06ec is #9900ff. Color #ad06ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00000110 11101100
Octal 255 6 354
Decimal 173 6 236
Hex AD 6 EC

RGB Percentages of Color #ad06ec

%41.69
%1.45
%56.87

CMYK Percentages of Color #ad06ec

%27
%97
%0
%7

Triadic Colors of #ad06ec

#ad06ec #ecad06 #06ecad

Analogous Colors of #ad06ec

#ad06ec #ec06b8 #3a06ec

Monochromatic Colors of #ad06ec

#ad06ec

Complementary Color

#ad06ec #45ec06

#ad06ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad06ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad06ec Color CSS Codes

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

#ad06ec Text Font Color

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

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


#ad06ec Background Color

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

This div background color is #ad06ec


#ad06ec Border Color

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

This div border color is #ad06ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad06ec


Comments

No comments written yet.

Please login to write comment.