Color Hex Logo

#d78695 Color Hex

#D78695
(215,134,149)
1 Favorites   0 Comments

Color spaces of #d78695

RGB 215134149
HSL0.970.500.68
HSV349°38°84°
CMYK 0.000.380.31   0.16
XYZ41.974233.667232.7199
Yxy33.66720.38740.3107
Hunter Lab58.023427.58607.1823
CIE-Lab64.697532.92585.1720

#d78695 color RGB value is (215,134,149).

#d78695 hex color red value is 215, green value is 134 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #d78695 hue: 0.97 , saturation: 0.50 and the lightness value of d78695 is 0.68.

The process color (four color CMYK) of #d78695 color hex is 0.00, 0.38, 0.31, 0.16. Web safe color of #d78695 is #cc9999. Color #d78695 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000110 10010101
Octal 327 206 225
Decimal 215 134 149
Hex D7 86 95

RGB Percentages of Color #d78695

%43.17
%26.91
%29.92

CMYK Percentages of Color #d78695

%0
%38
%31
%16

Triadic Colors of #d78695

#d78695 #95d786 #8695d7

Analogous Colors of #d78695

#d78695 #d7a086 #d786be

Monochromatic Colors of #d78695

#d78695

Complementary Color

#d78695 #86d7c8

#d78695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78695 Color CSS Codes

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

#d78695 Text Font Color

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

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


#d78695 Background Color

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

This div background color is #d78695


#d78695 Border Color

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

This div border color is #d78695


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78695


Comments

No comments written yet.

Please login to write comment.