Color Hex Logo

#d88adb Color Hex

#D88ADB
(216,138,219)
0 Favorites   0 Comments

Color spaces of #d88adb

RGB 216138219
HSL0.830.530.70
HSV298°37°86°
CMYK 0.010.370.00   0.14
XYZ50.193637.890471.6859
Yxy37.89040.31420.2372
Hunter Lab61.555237.8317-25.9593
CIE-Lab67.939842.3383-29.2650

#d88adb color RGB value is (216,138,219).

#d88adb hex color red value is 216, green value is 138 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d88adb hue: 0.83 , saturation: 0.53 and the lightness value of d88adb is 0.70.

The process color (four color CMYK) of #d88adb color hex is 0.01, 0.37, 0.00, 0.14. Web safe color of #d88adb is #cc99cc. Color #d88adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001010 11011011
Octal 330 212 333
Decimal 216 138 219
Hex D8 8A DB

RGB Percentages of Color #d88adb

%37.70
%24.08
%38.22

CMYK Percentages of Color #d88adb

%1
%37
%0
%14

Triadic Colors of #d88adb

#d88adb #dbd88a #8adbd8

Analogous Colors of #d88adb

#d88adb #db8ab6 #b08adb

Monochromatic Colors of #d88adb

#d88adb

Complementary Color

#d88adb #8ddb8a

#d88adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88adb Color CSS Codes

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

#d88adb Text Font Color

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

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


#d88adb Background Color

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

This div background color is #d88adb


#d88adb Border Color

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

This div border color is #d88adb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,138,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d88adb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d88adb;
  -webkit-box-shadow: 1px 1px 3px 2px #d88adb;
  box-shadow:         1px 1px 3px 2px #d88adb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,138,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88adb


Comments

No comments written yet.

Please login to write comment.