Color Hex Logo

#d878de Color Hex

#D878DE
(216,120,222)
0 Favorites   0 Comments

Color spaces of #d878de

RGB 216120222
HSL0.820.610.67
HSV296°46°87°
CMYK 0.030.460.00   0.13
XYZ48.220233.305872.9944
Yxy33.30580.31210.2155
Hunter Lab57.711248.1500-34.5935
CIE-Lab64.407852.1950-36.4069

#d878de color RGB value is (216,120,222).

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

The process color (four color CMYK) of #d878de color hex is 0.03, 0.46, 0.00, 0.13. Web safe color of #d878de is #cc66cc. Color #d878de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111000 11011110
Octal 330 170 336
Decimal 216 120 222
Hex D8 78 DE

RGB Percentages of Color #d878de

%38.71
%21.51
%39.78

CMYK Percentages of Color #d878de

%3
%46
%0
%13

Triadic Colors of #d878de

#d878de #ded878 #78ded8

Analogous Colors of #d878de

#d878de #de78b1 #a578de

Monochromatic Colors of #d878de

#d878de

Complementary Color

#d878de #7ede78

#d878de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d878de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d878de Color CSS Codes

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

#d878de Text Font Color

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

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


#d878de Background Color

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

This div background color is #d878de


#d878de Border Color

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

This div border color is #d878de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d878de


Comments

No comments written yet.

Please login to write comment.