Color Hex Logo

#d79084 Color Hex

#D79084
(215,144,132)
0 Favorites   0 Comments

Color spaces of #d79084

RGB 215144132
HSL0.020.510.68
HSV39°84°
CMYK 0.000.330.39   0.16
XYZ42.162436.059526.5678
Yxy36.05950.40240.3441
Hunter Lab60.049620.242915.8029
CIE-Lab66.565425.443117.3775

#d79084 color RGB value is (215,144,132).

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

The process color (four color CMYK) of #d79084 color hex is 0.00, 0.33, 0.39, 0.16. Web safe color of #d79084 is #cc9999. Color #d79084 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010000 10000100
Octal 327 220 204
Decimal 215 144 132
Hex D7 90 84

RGB Percentages of Color #d79084

%43.79
%29.33
%26.88

CMYK Percentages of Color #d79084

%0
%33
%39
%16

Triadic Colors of #d79084

#d79084 #84d790 #9084d7

Analogous Colors of #d79084

#d79084 #d7ba84 #d784a2

Monochromatic Colors of #d79084

#d79084

Complementary Color

#d79084 #84cbd7

#d79084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79084 Color CSS Codes

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

#d79084 Text Font Color

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

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


#d79084 Background Color

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

This div background color is #d79084


#d79084 Border Color

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

This div border color is #d79084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79084


Comments

No comments written yet.

Please login to write comment.