Color Hex Logo

#d79385 Color Hex

#D79385
(215,147,133)
0 Favorites   0 Comments

Color spaces of #d79385

RGB 215147133
HSL0.030.510.68
HSV10°38°84°
CMYK 0.000.320.38   0.16
XYZ42.691737.008027.0835
Yxy37.00800.39980.3466
Hunter Lab60.834218.806316.1879
CIE-Lab67.283023.938717.8114

#d79385 color RGB value is (215,147,133).

#d79385 hex color red value is 215, green value is 147 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #d79385 hue: 0.03 , saturation: 0.51 and the lightness value of d79385 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010011 10000101
Octal 327 223 205
Decimal 215 147 133
Hex D7 93 85

RGB Percentages of Color #d79385

%43.43
%29.70
%26.87

CMYK Percentages of Color #d79385

%0
%32
%38
%16

Triadic Colors of #d79385

#d79385 #85d793 #9385d7

Analogous Colors of #d79385

#d79385 #d7bc85 #d785a0

Monochromatic Colors of #d79385

#d79385

Complementary Color

#d79385 #85c9d7

#d79385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79385 Color CSS Codes

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

#d79385 Text Font Color

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

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


#d79385 Background Color

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

This div background color is #d79385


#d79385 Border Color

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

This div border color is #d79385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79385


Comments

No comments written yet.

Please login to write comment.