Color Hex Logo

#d78dbe Color Hex

#D78DBE
(215,141,190)
0 Favorites   0 Comments

Color spaces of #d78dbe

RGB 215141190
HSL0.890.480.70
HSV320°34°84°
CMYK 0.000.340.12   0.16
XYZ46.843537.214553.4294
Yxy37.21450.34070.2707
Hunter Lab61.003730.3101-9.2259
CIE-Lab67.437635.3033-13.8922

#d78dbe color RGB value is (215,141,190).

#d78dbe hex color red value is 215, green value is 141 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d78dbe hue: 0.89 , saturation: 0.48 and the lightness value of d78dbe is 0.70.

The process color (four color CMYK) of #d78dbe color hex is 0.00, 0.34, 0.12, 0.16. Web safe color of #d78dbe is #cc99cc. Color #d78dbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001101 10111110
Octal 327 215 276
Decimal 215 141 190
Hex D7 8D BE

RGB Percentages of Color #d78dbe

%39.38
%25.82
%34.80

CMYK Percentages of Color #d78dbe

%0
%34
%12
%16

Triadic Colors of #d78dbe

#d78dbe #bed78d #8dbed7

Analogous Colors of #d78dbe

#d78dbe #d78d99 #cb8dd7

Monochromatic Colors of #d78dbe

#d78dbe

Complementary Color

#d78dbe #8dd7a6

#d78dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78dbe Color CSS Codes

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

#d78dbe Text Font Color

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

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


#d78dbe Background Color

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

This div background color is #d78dbe


#d78dbe Border Color

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

This div border color is #d78dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78dbe


Comments

No comments written yet.

Please login to write comment.