Color Hex Logo

#d78868 Color Hex

#D78868
(215,136,104)
0 Favorites   0 Comments

Color spaces of #d78868

RGB 215136104
HSL0.050.580.63
HSV17°52°84°
CMYK 0.000.370.52   0.16
XYZ39.327233.054917.4042
Yxy33.05490.43800.3682
Hunter Lab57.493421.485922.2973
CIE-Lab64.205326.869129.7439

#d78868 color RGB value is (215,136,104).

#d78868 hex color red value is 215, green value is 136 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #d78868 hue: 0.05 , saturation: 0.58 and the lightness value of d78868 is 0.63.

The process color (four color CMYK) of #d78868 color hex is 0.00, 0.37, 0.52, 0.16. Web safe color of #d78868 is #cc9966. Color #d78868 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10001000 01101000
Octal 327 210 150
Decimal 215 136 104
Hex D7 88 68

RGB Percentages of Color #d78868

%47.25
%29.89
%22.86

CMYK Percentages of Color #d78868

%0
%37
%52
%16

Triadic Colors of #d78868

#d78868 #68d788 #8868d7

Analogous Colors of #d78868

#d78868 #d7c068 #d76880

Monochromatic Colors of #d78868

#d78868

Complementary Color

#d78868 #68b7d7

#d78868 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78868 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78868 Color CSS Codes

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

#d78868 Text Font Color

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

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


#d78868 Background Color

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

This div background color is #d78868


#d78868 Border Color

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

This div border color is #d78868


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78868


Comments

No comments written yet.

Please login to write comment.