Color Hex Logo

#ad90ea Color Hex

#AD90EA
(173,144,234)
0 Favorites   0 Comments

Color spaces of #ad90ea

RGB 173144234
HSL0.720.680.74
HSV259°38°92°
CMYK 0.260.380.00   0.08
XYZ42.058134.771382.3367
Yxy34.77130.26420.2185
Hunter Lab58.967224.1218-41.5104
CIE-Lab65.570229.4178-41.5726

#ad90ea color RGB value is (173,144,234).

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

The process color (four color CMYK) of #ad90ea color hex is 0.26, 0.38, 0.00, 0.08. Web safe color of #ad90ea is #9999ff. Color #ad90ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010000 11101010
Octal 255 220 352
Decimal 173 144 234
Hex AD 90 EA

RGB Percentages of Color #ad90ea

%31.40
%26.13
%42.47

CMYK Percentages of Color #ad90ea

%26
%38
%0
%8

Triadic Colors of #ad90ea

#ad90ea #eaad90 #90eaad

Analogous Colors of #ad90ea

#ad90ea #da90ea #90a0ea

Monochromatic Colors of #ad90ea

#ad90ea

Complementary Color

#ad90ea #cdea90

#ad90ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad90ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad90ea Color CSS Codes

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

#ad90ea Text Font Color

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

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


#ad90ea Background Color

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

This div background color is #ad90ea


#ad90ea Border Color

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

This div border color is #ad90ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad90ea

#ad90ea Color Palettes


Comments

No comments written yet.

Please login to write comment.