Color Hex Logo

#d680cf Color Hex

#D680CF
(214,128,207)
0 Favorites   0 Comments

Color spaces of #d680cf

RGB 214128207
HSL0.850.510.67
HSV305°40°84°
CMYK 0.000.400.03   0.16
XYZ46.713234.239563.1783
Yxy34.23950.32410.2376
Hunter Lab58.514540.0993-23.0554
CIE-Lab65.152244.7877-26.8964

#d680cf color RGB value is (214,128,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000000 11001111
Octal 326 200 317
Decimal 214 128 207
Hex D6 80 CF

RGB Percentages of Color #d680cf

%38.98
%23.32
%37.70

CMYK Percentages of Color #d680cf

%0
%40
%3
%16

Triadic Colors of #d680cf

#d680cf #cfd680 #80cfd6

Analogous Colors of #d680cf

#d680cf #d680a4 #b280d6

Monochromatic Colors of #d680cf

#d680cf

Complementary Color

#d680cf #80d687

#d680cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d680cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d680cf Color CSS Codes

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

#d680cf Text Font Color

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

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


#d680cf Background Color

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

This div background color is #d680cf


#d680cf Border Color

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

This div border color is #d680cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d680cf


Comments

No comments written yet.

Please login to write comment.