Color Hex Logo

#d780de Color Hex

#D780DE
(215,128,222)
0 Favorites   0 Comments

Color spaces of #d780de

RGB 215128222
HSL0.820.590.69
HSV296°42°87°
CMYK 0.030.420.00   0.13
XYZ48.928335.159373.3149
Yxy35.15930.31080.2234
Hunter Lab59.295343.5250-31.8017
CIE-Lab65.872547.8240-34.1373

#d780de color RGB value is (215,128,222).

#d780de hex color red value is 215, green value is 128 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d780de hue: 0.82 , saturation: 0.59 and the lightness value of d780de is 0.69.

The process color (four color CMYK) of #d780de color hex is 0.03, 0.42, 0.00, 0.13. Web safe color of #d780de is #cc99cc. Color #d780de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000000 11011110
Octal 327 200 336
Decimal 215 128 222
Hex D7 80 DE

RGB Percentages of Color #d780de

%38.05
%22.65
%39.29

CMYK Percentages of Color #d780de

%3
%42
%0
%13

Triadic Colors of #d780de

#d780de #ded780 #80ded7

Analogous Colors of #d780de

#d780de #de80b6 #a880de

Monochromatic Colors of #d780de

#d780de

Complementary Color

#d780de #87de80

#d780de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d780de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d780de Color CSS Codes

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

#d780de Text Font Color

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

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


#d780de Background Color

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

This div background color is #d780de


#d780de Border Color

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

This div border color is #d780de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d780de


Comments

No comments written yet.

Please login to write comment.