Color Hex Logo

#d78a8e Color Hex

#D78A8E
(215,138,142)
0 Favorites   0 Comments

Color spaces of #d78a8e

RGB 215138142
HSL0.990.490.69
HSV357°36°84°
CMYK 0.000.360.34   0.16
XYZ41.995334.577030.0518
Yxy34.57700.39390.3243
Hunter Lab58.802224.577110.8605
CIE-Lab65.418029.884210.1591

#d78a8e color RGB value is (215,138,142).

#d78a8e hex color red value is 215, green value is 138 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #d78a8e hue: 0.99 , saturation: 0.49 and the lightness value of d78a8e is 0.69.

The process color (four color CMYK) of #d78a8e color hex is 0.00, 0.36, 0.34, 0.16. Web safe color of #d78a8e is #cc9999. Color #d78a8e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001010 10001110
Octal 327 212 216
Decimal 215 138 142
Hex D7 8A 8E

RGB Percentages of Color #d78a8e

%43.43
%27.88
%28.69

CMYK Percentages of Color #d78a8e

%0
%36
%34
%16

Triadic Colors of #d78a8e

#d78a8e #8ed78a #8a8ed7

Analogous Colors of #d78a8e

#d78a8e #d7ad8a #d78ab5

Monochromatic Colors of #d78a8e

#d78a8e

Complementary Color

#d78a8e #8ad7d3

#d78a8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78a8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78a8e Color CSS Codes

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

#d78a8e Text Font Color

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

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


#d78a8e Background Color

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

This div background color is #d78a8e


#d78a8e Border Color

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

This div border color is #d78a8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78a8e


Comments

No comments written yet.

Please login to write comment.