Color Hex Logo

#d780db Color Hex

#D780DB
(215,128,219)
0 Favorites   0 Comments

Color spaces of #d780db

RGB 215128219
HSL0.830.560.68
HSV297°42°86°
CMYK 0.020.420.00   0.14
XYZ48.529734.999971.2157
Yxy34.99990.31360.2262
Hunter Lab59.160742.8928-29.9588
CIE-Lab65.748647.2669-32.6617

#d780db color RGB value is (215,128,219).

#d780db hex color red value is 215, green value is 128 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d780db hue: 0.83 , saturation: 0.56 and the lightness value of d780db is 0.68.

The process color (four color CMYK) of #d780db color hex is 0.02, 0.42, 0.00, 0.14. Web safe color of #d780db is #cc99cc. Color #d780db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000000 11011011
Octal 327 200 333
Decimal 215 128 219
Hex D7 80 DB

RGB Percentages of Color #d780db

%38.26
%22.78
%38.97

CMYK Percentages of Color #d780db

%2
%42
%0
%14

Triadic Colors of #d780db

#d780db #dbd780 #80dbd7

Analogous Colors of #d780db

#d780db #db80b2 #aa80db

Monochromatic Colors of #d780db

#d780db

Complementary Color

#d780db #84db80

#d780db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d780db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d780db Color CSS Codes

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

#d780db Text Font Color

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

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


#d780db Background Color

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

This div background color is #d780db


#d780db Border Color

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

This div border color is #d780db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d780db


Comments

No comments written yet.

Please login to write comment.