Color Hex Logo

#d88deb Color Hex

#D88DEB
(216,141,235)
0 Favorites   0 Comments

Color spaces of #d88deb

RGB 216141235
HSL0.800.700.74
HSV288°40°92°
CMYK 0.080.400.00   0.08
XYZ52.839239.646883.4649
Yxy39.64680.30030.2253
Hunter Lab62.965739.6026-34.5165
CIE-Lab69.217243.8113-36.1132

#d88deb color RGB value is (216,141,235).

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

The process color (four color CMYK) of #d88deb color hex is 0.08, 0.40, 0.00, 0.08. Web safe color of #d88deb is #cc99ff. Color #d88deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001101 11101011
Octal 330 215 353
Decimal 216 141 235
Hex D8 8D EB

RGB Percentages of Color #d88deb

%36.49
%23.82
%39.70

CMYK Percentages of Color #d88deb

%8
%40
%0
%8

Triadic Colors of #d88deb

#d88deb #ebd88d #8debd8

Analogous Colors of #d88deb

#d88deb #eb8dcf #a98deb

Monochromatic Colors of #d88deb

#d88deb

Complementary Color

#d88deb #a0eb8d

#d88deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88deb Color CSS Codes

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

#d88deb Text Font Color

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

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


#d88deb Background Color

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

This div background color is #d88deb


#d88deb Border Color

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

This div border color is #d88deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88deb


Comments

No comments written yet.

Please login to write comment.