Color Hex Logo

#d680cd Color Hex

#D680CD
(214,128,205)
0 Favorites   0 Comments

Color spaces of #d680cd

RGB 214128205
HSL0.850.510.67
HSV306°40°84°
CMYK 0.000.400.04   0.16
XYZ46.470234.142361.8985
Yxy34.14230.32610.2396
Hunter Lab58.431439.7052-21.9060
CIE-Lab65.075444.4337-25.8949

#d680cd color RGB value is (214,128,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000000 11001101
Octal 326 200 315
Decimal 214 128 205
Hex D6 80 CD

RGB Percentages of Color #d680cd

%39.12
%23.40
%37.48

CMYK Percentages of Color #d680cd

%0
%40
%4
%16

Triadic Colors of #d680cd

#d680cd #cdd680 #80cdd6

Analogous Colors of #d680cd

#d680cd #d680a2 #b480d6

Monochromatic Colors of #d680cd

#d680cd

Complementary Color

#d680cd #80d689

#d680cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d680cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d680cd Color CSS Codes

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

#d680cd Text Font Color

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

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


#d680cd Background Color

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

This div background color is #d680cd


#d680cd Border Color

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

This div border color is #d680cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d680cd


Comments

No comments written yet.

Please login to write comment.