Color Hex Logo

#d78698 Color Hex

#D78698
(215,134,152)
0 Favorites   0 Comments

Color spaces of #d78698

RGB 215134152
HSL0.960.500.68
HSV347°38°84°
CMYK 0.000.380.29   0.16
XYZ42.216933.764333.9978
Yxy33.76430.38390.3070
Hunter Lab58.107127.99945.9850
CIE-Lab64.775133.32423.5839

#d78698 color RGB value is (215,134,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000110 10011000
Octal 327 206 230
Decimal 215 134 152
Hex D7 86 98

RGB Percentages of Color #d78698

%42.91
%26.75
%30.34

CMYK Percentages of Color #d78698

%0
%38
%29
%16

Triadic Colors of #d78698

#d78698 #98d786 #8698d7

Analogous Colors of #d78698

#d78698 #d79d86 #d786c1

Monochromatic Colors of #d78698

#d78698

Complementary Color

#d78698 #86d7c5

#d78698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78698 Color CSS Codes

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

#d78698 Text Font Color

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

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


#d78698 Background Color

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

This div background color is #d78698


#d78698 Border Color

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

This div border color is #d78698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78698


Comments

No comments written yet.

Please login to write comment.