Color Hex Logo

#d78ebe Color Hex

#D78EBE
(215,142,190)
0 Favorites   0 Comments

Color spaces of #d78ebe

RGB 215142190
HSL0.890.480.70
HSV321°34°84°
CMYK 0.000.340.12   0.16
XYZ46.991637.510853.4788
Yxy37.51080.34060.2719
Hunter Lab61.246129.7751-8.8986
CIE-Lab67.658534.7671-13.5601

#d78ebe color RGB value is (215,142,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001110 10111110
Octal 327 216 276
Decimal 215 142 190
Hex D7 8E BE

RGB Percentages of Color #d78ebe

%39.31
%25.96
%34.73

CMYK Percentages of Color #d78ebe

%0
%34
%12
%16

Triadic Colors of #d78ebe

#d78ebe #bed78e #8ebed7

Analogous Colors of #d78ebe

#d78ebe #d78e9a #cc8ed7

Monochromatic Colors of #d78ebe

#d78ebe

Complementary Color

#d78ebe #8ed7a7

#d78ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78ebe Color CSS Codes

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

#d78ebe Text Font Color

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

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


#d78ebe Background Color

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

This div background color is #d78ebe


#d78ebe Border Color

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

This div border color is #d78ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78ebe


Comments

No comments written yet.

Please login to write comment.