Color Hex Logo

#d78dbd Color Hex

#D78DBD
(215,141,189)
0 Favorites   0 Comments

Color spaces of #d78dbd

RGB 215141189
HSL0.890.480.70
HSV321°34°84°
CMYK 0.000.340.12   0.16
XYZ46.734537.170952.8556
Yxy37.17090.34170.2718
Hunter Lab60.967930.1339-8.7234
CIE-Lab67.405135.1373-13.3817

#d78dbd color RGB value is (215,141,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001101 10111101
Octal 327 215 275
Decimal 215 141 189
Hex D7 8D BD

RGB Percentages of Color #d78dbd

%39.45
%25.87
%34.68

CMYK Percentages of Color #d78dbd

%0
%34
%12
%16

Triadic Colors of #d78dbd

#d78dbd #bdd78d #8dbdd7

Analogous Colors of #d78dbd

#d78dbd #d78d98 #cc8dd7

Monochromatic Colors of #d78dbd

#d78dbd

Complementary Color

#d78dbd #8dd7a7

#d78dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78dbd Color CSS Codes

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

#d78dbd Text Font Color

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

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


#d78dbd Background Color

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

This div background color is #d78dbd


#d78dbd Border Color

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

This div border color is #d78dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78dbd


Comments

No comments written yet.

Please login to write comment.