Color Hex Logo

#d780ac Color Hex

#D780AC
(215,128,172)
0 Favorites   0 Comments

Color spaces of #d780ac

RGB 215128172
HSL0.920.520.67
HSV330°40°84°
CMYK 0.000.400.20   0.16
XYZ43.189932.864043.0967
Yxy32.86400.36250.2758
Hunter Lab57.327134.1583-4.4433
CIE-Lab64.050639.3552-8.8263

#d780ac color RGB value is (215,128,172).

#d780ac hex color red value is 215, green value is 128 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d780ac hue: 0.92 , saturation: 0.52 and the lightness value of d780ac is 0.67.

The process color (four color CMYK) of #d780ac color hex is 0.00, 0.40, 0.20, 0.16. Web safe color of #d780ac is #cc9999. Color #d780ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000000 10101100
Octal 327 200 254
Decimal 215 128 172
Hex D7 80 AC

RGB Percentages of Color #d780ac

%41.75
%24.85
%33.40

CMYK Percentages of Color #d780ac

%0
%40
%20
%16

Triadic Colors of #d780ac

#d780ac #acd780 #80acd7

Analogous Colors of #d780ac

#d780ac #d78081 #d780d7

Monochromatic Colors of #d780ac

#d780ac

Complementary Color

#d780ac #80d7ab

#d780ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d780ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d780ac Color CSS Codes

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

#d780ac Text Font Color

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

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


#d780ac Background Color

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

This div background color is #d780ac


#d780ac Border Color

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

This div border color is #d780ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d780ac


Comments

No comments written yet.

Please login to write comment.