Color Hex Logo

#d883de Color Hex

#D883DE
(216,131,222)
0 Favorites   0 Comments

Color spaces of #d883de

RGB 216131222
HSL0.820.580.69
HSV296°41°87°
CMYK 0.030.410.00   0.13
XYZ49.620036.105573.4610
Yxy36.10550.31170.2268
Hunter Lab60.087942.2499-30.4241
CIE-Lab66.600546.5657-32.9986

#d883de color RGB value is (216,131,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000011 11011110
Octal 330 203 336
Decimal 216 131 222
Hex D8 83 DE

RGB Percentages of Color #d883de

%37.96
%23.02
%39.02

CMYK Percentages of Color #d883de

%3
%41
%0
%13

Triadic Colors of #d883de

#d883de #ded883 #83ded8

Analogous Colors of #d883de

#d883de #de83b7 #ab83de

Monochromatic Colors of #d883de

#d883de

Complementary Color

#d883de #89de83

#d883de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d883de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d883de Color CSS Codes

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

#d883de Text Font Color

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

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


#d883de Background Color

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

This div background color is #d883de


#d883de Border Color

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

This div border color is #d883de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d883de


Comments

No comments written yet.

Please login to write comment.