Color Hex Logo

#d78168 Color Hex

#D78168
(215,129,104)
0 Favorites   0 Comments

Color spaces of #d78168

RGB 215129104
HSL0.040.580.63
HSV14°52°84°
CMYK 0.000.400.52   0.16
XYZ38.373331.147117.0862
Yxy31.14710.44310.3596
Hunter Lab55.809625.065420.9150
CIE-Lab62.631630.615327.6957

#d78168 color RGB value is (215,129,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000001 01101000
Octal 327 201 150
Decimal 215 129 104
Hex D7 81 68

RGB Percentages of Color #d78168

%47.99
%28.79
%23.21

CMYK Percentages of Color #d78168

%0
%40
%52
%16

Triadic Colors of #d78168

#d78168 #68d781 #8168d7

Analogous Colors of #d78168

#d78168 #d7b968 #d76887

Monochromatic Colors of #d78168

#d78168

Complementary Color

#d78168 #68bed7

#d78168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78168 Color CSS Codes

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

#d78168 Text Font Color

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

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


#d78168 Background Color

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

This div background color is #d78168


#d78168 Border Color

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

This div border color is #d78168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78168


Comments

No comments written yet.

Please login to write comment.