Color Hex Logo

#d78fdb Color Hex

#D78FDB
(215,143,219)
0 Favorites   0 Comments

Color spaces of #d78fdb

RGB 215143219
HSL0.820.510.71
HSV297°35°86°
CMYK 0.020.350.00   0.14
XYZ50.633039.206571.9168
Yxy39.20650.31300.2424
Hunter Lab62.615134.7656-24.2672
CIE-Lab68.900639.3727-27.7951

#d78fdb color RGB value is (215,143,219).

#d78fdb hex color red value is 215, green value is 143 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d78fdb hue: 0.82 , saturation: 0.51 and the lightness value of d78fdb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001111 11011011
Octal 327 217 333
Decimal 215 143 219
Hex D7 8F DB

RGB Percentages of Color #d78fdb

%37.26
%24.78
%37.95

CMYK Percentages of Color #d78fdb

%2
%35
%0
%14

Triadic Colors of #d78fdb

#d78fdb #dbd78f #8fdbd7

Analogous Colors of #d78fdb

#d78fdb #db8fb9 #b18fdb

Monochromatic Colors of #d78fdb

#d78fdb

Complementary Color

#d78fdb #93db8f

#d78fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78fdb Color CSS Codes

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

#d78fdb Text Font Color

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

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


#d78fdb Background Color

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

This div background color is #d78fdb


#d78fdb Border Color

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

This div border color is #d78fdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,143,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 #d78fdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78fdb


Comments

No comments written yet.

Please login to write comment.