Color Hex Logo

#d680ca Color Hex

#D680CA
(214,128,202)
0 Favorites   0 Comments

Color spaces of #d680ca

RGB 214128202
HSL0.860.510.67
HSV308°40°84°
CMYK 0.000.400.06   0.16
XYZ46.111433.998860.0092
Yxy33.99880.32910.2426
Hunter Lab58.308539.1211-20.2034
CIE-Lab64.961643.9075-24.3879

#d680ca color RGB value is (214,128,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000000 11001010
Octal 326 200 312
Decimal 214 128 202
Hex D6 80 CA

RGB Percentages of Color #d680ca

%39.34
%23.53
%37.13

CMYK Percentages of Color #d680ca

%0
%40
%6
%16

Triadic Colors of #d680ca

#d680ca #cad680 #80cad6

Analogous Colors of #d680ca

#d680ca #d6809f #b780d6

Monochromatic Colors of #d680ca

#d680ca

Complementary Color

#d680ca #80d68c

#d680ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d680ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d680ca Color CSS Codes

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

#d680ca Text Font Color

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

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


#d680ca Background Color

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

This div background color is #d680ca


#d680ca Border Color

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

This div border color is #d680ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d680ca


Comments

No comments written yet.

Please login to write comment.