Color Hex Logo

#d88fde Color Hex

#D88FDE
(216,143,222)
0 Favorites   0 Comments

Color spaces of #d88fde

RGB 216143222
HSL0.820.540.72
HSV295°36°87°
CMYK 0.030.360.00   0.13
XYZ51.326239.517874.0297
Yxy39.51780.31130.2397
Hunter Lab62.863235.7302-25.8176
CIE-Lab69.124740.2480-29.0980

#d88fde color RGB value is (216,143,222).

#d88fde hex color red value is 216, green value is 143 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d88fde hue: 0.82 , saturation: 0.54 and the lightness value of d88fde is 0.72.

The process color (four color CMYK) of #d88fde color hex is 0.03, 0.36, 0.00, 0.13. Web safe color of #d88fde is #cc99cc. Color #d88fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001111 11011110
Octal 330 217 336
Decimal 216 143 222
Hex D8 8F DE

RGB Percentages of Color #d88fde

%37.18
%24.61
%38.21

CMYK Percentages of Color #d88fde

%3
%36
%0
%13

Triadic Colors of #d88fde

#d88fde #ded88f #8fded8

Analogous Colors of #d88fde

#d88fde #de8fbd #b18fde

Monochromatic Colors of #d88fde

#d88fde

Complementary Color

#d88fde #95de8f

#d88fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88fde Color CSS Codes

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

#d88fde Text Font Color

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

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


#d88fde Background Color

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

This div background color is #d88fde


#d88fde Border Color

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

This div border color is #d88fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88fde


Comments

No comments written yet.

Please login to write comment.