Color Hex Logo

#ad88eb Color Hex

#AD88EB
(173,136,235)
0 Favorites   0 Comments

Color spaces of #ad88eb

RGB 173136235
HSL0.730.710.73
HSV262°42°92°
CMYK 0.260.420.00   0.08
XYZ41.033132.490782.7059
Yxy32.49070.26260.2080
Hunter Lab57.000628.7459-46.1273
CIE-Lab63.746434.1584-44.9891

#ad88eb color RGB value is (173,136,235).

#ad88eb hex color red value is 173, green value is 136 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ad88eb hue: 0.73 , saturation: 0.71 and the lightness value of ad88eb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001000 11101011
Octal 255 210 353
Decimal 173 136 235
Hex AD 88 EB

RGB Percentages of Color #ad88eb

%31.80
%25.00
%43.20

CMYK Percentages of Color #ad88eb

%26
%42
%0
%8

Triadic Colors of #ad88eb

#ad88eb #ebad88 #88ebad

Analogous Colors of #ad88eb

#ad88eb #df88eb #8895eb

Monochromatic Colors of #ad88eb

#ad88eb

Complementary Color

#ad88eb #c6eb88

#ad88eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad88eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad88eb Color CSS Codes

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

#ad88eb Text Font Color

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

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


#ad88eb Background Color

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

This div background color is #ad88eb


#ad88eb Border Color

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

This div border color is #ad88eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad88eb


Comments

No comments written yet.

Please login to write comment.