Color Hex Logo

#ad90eb Color Hex

#AD90EB
(173,144,235)
0 Favorites   0 Comments

Color spaces of #ad90eb

RGB 173144235
HSL0.720.690.74
HSV259°39°92°
CMYK 0.260.390.00   0.08
XYZ42.202234.828983.0956
Yxy34.82890.26360.2175
Hunter Lab59.016024.3669-42.1702
CIE-Lab65.615229.6584-42.0531

#ad90eb color RGB value is (173,144,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010000 11101011
Octal 255 220 353
Decimal 173 144 235
Hex AD 90 EB

RGB Percentages of Color #ad90eb

%31.34
%26.09
%42.57

CMYK Percentages of Color #ad90eb

%26
%39
%0
%8

Triadic Colors of #ad90eb

#ad90eb #ebad90 #90ebad

Analogous Colors of #ad90eb

#ad90eb #db90eb #90a1eb

Monochromatic Colors of #ad90eb

#ad90eb

Complementary Color

#ad90eb #ceeb90

#ad90eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad90eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad90eb Color CSS Codes

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

#ad90eb Text Font Color

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

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


#ad90eb Background Color

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

This div background color is #ad90eb


#ad90eb Border Color

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

This div border color is #ad90eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad90eb


Comments

No comments written yet.

Please login to write comment.