Color Hex Logo

#d78fbe Color Hex

#D78FBE
(215,143,190)
0 Favorites   0 Comments

Color spaces of #d78fbe

RGB 215143190
HSL0.890.470.70
HSV321°33°84°
CMYK 0.000.330.12   0.16
XYZ47.141137.809753.5286
Yxy37.80970.34040.2730
Hunter Lab61.489629.2405-8.5711
CIE-Lab67.880134.2307-13.2269

#d78fbe color RGB value is (215,143,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001111 10111110
Octal 327 217 276
Decimal 215 143 190
Hex D7 8F BE

RGB Percentages of Color #d78fbe

%39.23
%26.09
%34.67

CMYK Percentages of Color #d78fbe

%0
%33
%12
%16

Triadic Colors of #d78fbe

#d78fbe #bed78f #8fbed7

Analogous Colors of #d78fbe

#d78fbe #d78f9a #cc8fd7

Monochromatic Colors of #d78fbe

#d78fbe

Complementary Color

#d78fbe #8fd7a8

#d78fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78fbe Color CSS Codes

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

#d78fbe Text Font Color

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

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


#d78fbe Background Color

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

This div background color is #d78fbe


#d78fbe Border Color

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

This div border color is #d78fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78fbe


Comments

No comments written yet.

Please login to write comment.