Color Hex Logo

#d885de Color Hex

#D885DE
(216,133,222)
0 Favorites   0 Comments

Color spaces of #d885de

RGB 216133222
HSL0.820.570.70
HSV296°40°87°
CMYK 0.030.400.00   0.13
XYZ49.891236.647973.5514
Yxy36.64790.31160.2289
Hunter Lab60.537541.1678-29.6595
CIE-Lab67.012045.5239-32.3609

#d885de color RGB value is (216,133,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000101 11011110
Octal 330 205 336
Decimal 216 133 222
Hex D8 85 DE

RGB Percentages of Color #d885de

%37.83
%23.29
%38.88

CMYK Percentages of Color #d885de

%3
%40
%0
%13

Triadic Colors of #d885de

#d885de #ded885 #85ded8

Analogous Colors of #d885de

#d885de #de85b8 #ac85de

Monochromatic Colors of #d885de

#d885de

Complementary Color

#d885de #8bde85

#d885de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d885de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d885de Color CSS Codes

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

#d885de Text Font Color

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

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


#d885de Background Color

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

This div background color is #d885de


#d885de Border Color

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

This div border color is #d885de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d885de


Comments

No comments written yet.

Please login to write comment.