Color Hex Logo

#d680ce Color Hex

#D680CE
(214,128,206)
0 Favorites   0 Comments

Color spaces of #d680ce

RGB 214128206
HSL0.850.510.67
HSV306°40°84°
CMYK 0.000.400.04   0.16
XYZ46.591334.190762.5364
Yxy34.19070.32510.2386
Hunter Lab58.472839.9019-22.4794
CIE-Lab65.113744.6105-26.3960

#d680ce color RGB value is (214,128,206).

#d680ce hex color red value is 214, green value is 128 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d680ce hue: 0.85 , saturation: 0.51 and the lightness value of d680ce is 0.67.

The process color (four color CMYK) of #d680ce color hex is 0.00, 0.40, 0.04, 0.16. Web safe color of #d680ce is #cc99cc. Color #d680ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000000 11001110
Octal 326 200 316
Decimal 214 128 206
Hex D6 80 CE

RGB Percentages of Color #d680ce

%39.05
%23.36
%37.59

CMYK Percentages of Color #d680ce

%0
%40
%4
%16

Triadic Colors of #d680ce

#d680ce #ced680 #80ced6

Analogous Colors of #d680ce

#d680ce #d680a3 #b380d6

Monochromatic Colors of #d680ce

#d680ce

Complementary Color

#d680ce #80d688

#d680ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d680ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d680ce Color CSS Codes

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

#d680ce Text Font Color

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

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


#d680ce Background Color

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

This div background color is #d680ce


#d680ce Border Color

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

This div border color is #d680ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,128,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d680ce


Comments

No comments written yet.

Please login to write comment.