Color Hex Logo

#d680cb Color Hex

#D680CB
(214,128,203)
0 Favorites   0 Comments

Color spaces of #d680cb

RGB 214128203
HSL0.850.510.67
HSV308°40°84°
CMYK 0.000.400.05   0.16
XYZ46.230234.046360.6349
Yxy34.04630.32810.2416
Hunter Lab58.349239.3148-20.7681
CIE-Lab64.999344.0822-24.8908

#d680cb color RGB value is (214,128,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000000 11001011
Octal 326 200 313
Decimal 214 128 203
Hex D6 80 CB

RGB Percentages of Color #d680cb

%39.27
%23.49
%37.25

CMYK Percentages of Color #d680cb

%0
%40
%5
%16

Triadic Colors of #d680cb

#d680cb #cbd680 #80cbd6

Analogous Colors of #d680cb

#d680cb #d680a0 #b680d6

Monochromatic Colors of #d680cb

#d680cb

Complementary Color

#d680cb #80d68b

#d680cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d680cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d680cb Color CSS Codes

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

#d680cb Text Font Color

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

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


#d680cb Background Color

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

This div background color is #d680cb


#d680cb Border Color

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

This div border color is #d680cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d680cb


Comments

No comments written yet.

Please login to write comment.