Color Hex Logo

#d680df Color Hex

#D680DF
(214,128,223)
0 Favorites   0 Comments

Color spaces of #d680df

RGB 214128223
HSL0.820.600.69
HSV294°43°87°
CMYK 0.040.430.00   0.13
XYZ48.770035.062274.0093
Yxy35.06220.30900.2221
Hunter Lab59.213343.3949-32.6558
CIE-Lab65.797147.7165-34.8191

#d680df color RGB value is (214,128,223).

#d680df hex color red value is 214, green value is 128 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d680df hue: 0.82 , saturation: 0.60 and the lightness value of d680df is 0.69.

The process color (four color CMYK) of #d680df color hex is 0.04, 0.43, 0.00, 0.13. Web safe color of #d680df is #cc99cc. Color #d680df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000000 11011111
Octal 326 200 337
Decimal 214 128 223
Hex D6 80 DF

RGB Percentages of Color #d680df

%37.88
%22.65
%39.47

CMYK Percentages of Color #d680df

%4
%43
%0
%13

Triadic Colors of #d680df

#d680df #dfd680 #80dfd6

Analogous Colors of #d680df

#d680df #df80b9 #a780df

Monochromatic Colors of #d680df

#d680df

Complementary Color

#d680df #89df80

#d680df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d680df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d680df Color CSS Codes

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

#d680df Text Font Color

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

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


#d680df Background Color

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

This div background color is #d680df


#d680df Border Color

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

This div border color is #d680df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d680df


Comments

No comments written yet.

Please login to write comment.