Color Hex Logo

#d978df Color Hex

#D978DF
(217,120,223)
0 Favorites   0 Comments

Color spaces of #d978df

RGB 217120223
HSL0.820.620.67
HSV297°46°87°
CMYK 0.030.460.00   0.13
XYZ48.651033.512473.7164
Yxy33.51240.31210.2150
Hunter Lab57.889948.7051-34.9764
CIE-Lab64.573752.6639-36.6961

#d978df color RGB value is (217,120,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01111000 11011111
Octal 331 170 337
Decimal 217 120 223
Hex D9 78 DF

RGB Percentages of Color #d978df

%38.75
%21.43
%39.82

CMYK Percentages of Color #d978df

%3
%46
%0
%13

Triadic Colors of #d978df

#d978df #dfd978 #78dfd9

Analogous Colors of #d978df

#d978df #df78b2 #a678df

Monochromatic Colors of #d978df

#d978df

Complementary Color

#d978df #7edf78

#d978df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d978df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d978df Color CSS Codes

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

#d978df Text Font Color

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

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


#d978df Background Color

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

This div background color is #d978df


#d978df Border Color

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

This div border color is #d978df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,120,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d978df


Comments

No comments written yet.

Please login to write comment.