Color Hex Logo

#d78fbd Color Hex

#D78FBD
(215,143,189)
0 Favorites   0 Comments

Color spaces of #d78fbd

RGB 215143189
HSL0.890.470.70
HSV322°33°84°
CMYK 0.000.330.12   0.16
XYZ47.032137.766152.9548
Yxy37.76610.34140.2742
Hunter Lab61.454129.0650-8.0721
CIE-Lab67.847934.0645-12.7165

#d78fbd color RGB value is (215,143,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001111 10111101
Octal 327 217 275
Decimal 215 143 189
Hex D7 8F BD

RGB Percentages of Color #d78fbd

%39.31
%26.14
%34.55

CMYK Percentages of Color #d78fbd

%0
%33
%12
%16

Triadic Colors of #d78fbd

#d78fbd #bdd78f #8fbdd7

Analogous Colors of #d78fbd

#d78fbd #d78f99 #cd8fd7

Monochromatic Colors of #d78fbd

#d78fbd

Complementary Color

#d78fbd #8fd7a9

#d78fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78fbd Color CSS Codes

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

#d78fbd Text Font Color

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

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


#d78fbd Background Color

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

This div background color is #d78fbd


#d78fbd Border Color

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

This div border color is #d78fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78fbd


Comments

No comments written yet.

Please login to write comment.