Color Hex Logo

#ad88da Color Hex

#AD88DA
(173,136,218)
0 Favorites   0 Comments

Color spaces of #ad88da

RGB 173136218
HSL0.740.530.69
HSV267°38°85°
CMYK 0.210.380.00   0.15
XYZ38.692631.554570.3810
Yxy31.55450.27510.2244
Hunter Lab56.173424.6485-34.9645
CIE-Lab62.973030.1661-36.7663

#ad88da color RGB value is (173,136,218).

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

The process color (four color CMYK) of #ad88da color hex is 0.21, 0.38, 0.00, 0.15. Web safe color of #ad88da is #9999cc. Color #ad88da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10001000 11011010
Octal 255 210 332
Decimal 173 136 218
Hex AD 88 DA

RGB Percentages of Color #ad88da

%32.83
%25.81
%41.37

CMYK Percentages of Color #ad88da

%21
%38
%0
%15

Triadic Colors of #ad88da

#ad88da #daad88 #88daad

Analogous Colors of #ad88da

#ad88da #d688da #888cda

Monochromatic Colors of #ad88da

#ad88da

Complementary Color

#ad88da #b5da88

#ad88da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad88da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad88da Color CSS Codes

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

#ad88da Text Font Color

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

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


#ad88da Background Color

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

This div background color is #ad88da


#ad88da Border Color

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

This div border color is #ad88da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad88da


Comments

No comments written yet.

Please login to write comment.