Color Hex Logo

#d88ded Color Hex

#D88DED
(216,141,237)
0 Favorites   0 Comments

Color spaces of #d88ded

RGB 216141237
HSL0.800.730.74
HSV287°41°93°
CMYK 0.090.410.00   0.07
XYZ53.129839.763184.9956
Yxy39.76310.29870.2235
Hunter Lab63.058040.0445-35.7762
CIE-Lab69.300544.2048-37.0818

#d88ded color RGB value is (216,141,237).

#d88ded hex color red value is 216, green value is 141 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d88ded hue: 0.80 , saturation: 0.73 and the lightness value of d88ded is 0.74.

The process color (four color CMYK) of #d88ded color hex is 0.09, 0.41, 0.00, 0.07. Web safe color of #d88ded is #cc99ff. Color #d88ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001101 11101101
Octal 330 215 355
Decimal 216 141 237
Hex D8 8D ED

RGB Percentages of Color #d88ded

%36.36
%23.74
%39.90

CMYK Percentages of Color #d88ded

%9
%41
%0
%7

Triadic Colors of #d88ded

#d88ded #edd88d #8dedd8

Analogous Colors of #d88ded

#d88ded #ed8dd2 #a88ded

Monochromatic Colors of #d88ded

#d88ded

Complementary Color

#d88ded #a2ed8d

#d88ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88ded Color CSS Codes

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

#d88ded Text Font Color

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

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


#d88ded Background Color

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

This div background color is #d88ded


#d88ded Border Color

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

This div border color is #d88ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88ded


Comments

No comments written yet.

Please login to write comment.