Color Hex Logo

#d78fbf Color Hex

#D78FBF
(215,143,191)
0 Favorites   0 Comments

Color spaces of #d78fbf

RGB 215143191
HSL0.890.470.70
HSV320°33°84°
CMYK 0.000.330.11   0.16
XYZ47.250837.853654.1063
Yxy37.85360.33940.2719
Hunter Lab61.525329.4170-9.0729
CIE-Lab67.912634.3976-13.7368

#d78fbf color RGB value is (215,143,191).

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

The process color (four color CMYK) of #d78fbf color hex is 0.00, 0.33, 0.11, 0.16. Web safe color of #d78fbf is #cc99cc. Color #d78fbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001111 10111111
Octal 327 217 277
Decimal 215 143 191
Hex D7 8F BF

RGB Percentages of Color #d78fbf

%39.16
%26.05
%34.79

CMYK Percentages of Color #d78fbf

%0
%33
%11
%16

Triadic Colors of #d78fbf

#d78fbf #bfd78f #8fbfd7

Analogous Colors of #d78fbf

#d78fbf #d78f9b #cb8fd7

Monochromatic Colors of #d78fbf

#d78fbf

Complementary Color

#d78fbf #8fd7a7

#d78fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78fbf Color CSS Codes

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

#d78fbf Text Font Color

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

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


#d78fbf Background Color

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

This div background color is #d78fbf


#d78fbf Border Color

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

This div border color is #d78fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78fbf


Comments

No comments written yet.

Please login to write comment.