Color Hex Logo

#ad92ec Color Hex

#AD92EC
(173,146,236)
0 Favorites   0 Comments

Color spaces of #ad92ec

RGB 173146236
HSL0.720.700.75
HSV258°38°93°
CMYK 0.270.380.00   0.07
XYZ42.652835.498183.9607
Yxy35.49810.26310.2190
Hunter Lab59.580323.5205-41.8454
CIE-Lab66.134628.7724-41.7897

#ad92ec color RGB value is (173,146,236).

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

The process color (four color CMYK) of #ad92ec color hex is 0.27, 0.38, 0.00, 0.07. Web safe color of #ad92ec is #9999ff. Color #ad92ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010010 11101100
Octal 255 222 354
Decimal 173 146 236
Hex AD 92 EC

RGB Percentages of Color #ad92ec

%31.17
%26.31
%42.52

CMYK Percentages of Color #ad92ec

%27
%38
%0
%7

Triadic Colors of #ad92ec

#ad92ec #ecad92 #92ecad

Analogous Colors of #ad92ec

#ad92ec #da92ec #92a4ec

Monochromatic Colors of #ad92ec

#ad92ec

Complementary Color

#ad92ec #d1ec92

#ad92ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad92ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad92ec Color CSS Codes

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

#ad92ec Text Font Color

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

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


#ad92ec Background Color

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

This div background color is #ad92ec


#ad92ec Border Color

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

This div border color is #ad92ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad92ec


Comments

No comments written yet.

Please login to write comment.