Color Hex Logo

#d79590 Color Hex

#D79590
(215,149,144)
0 Favorites   0 Comments

Color spaces of #d79590

RGB 215149144
HSL0.010.470.70
HSV33°84°
CMYK 0.000.310.33   0.16
XYZ43.805837.955631.4029
Yxy37.95560.38710.3354
Hunter Lab61.608119.106312.9044
CIE-Lab67.987924.203012.6670

#d79590 color RGB value is (215,149,144).

#d79590 hex color red value is 215, green value is 149 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #d79590 hue: 0.01 , saturation: 0.47 and the lightness value of d79590 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010101 10010000
Octal 327 225 220
Decimal 215 149 144
Hex D7 95 90

RGB Percentages of Color #d79590

%42.32
%29.33
%28.35

CMYK Percentages of Color #d79590

%0
%31
%33
%16

Triadic Colors of #d79590

#d79590 #90d795 #9590d7

Analogous Colors of #d79590

#d79590 #d7b990 #d790af

Monochromatic Colors of #d79590

#d79590

Complementary Color

#d79590 #90d2d7

#d79590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79590 Color CSS Codes

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

#d79590 Text Font Color

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

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


#d79590 Background Color

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

This div background color is #d79590


#d79590 Border Color

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

This div border color is #d79590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79590


Comments

No comments written yet.

Please login to write comment.