Color Hex Logo

#d79491 Color Hex

#D79491
(215,148,145)
1 Favorites   0 Comments

Color spaces of #d79491

RGB 215148145
HSL0.010.470.71
HSV33°84°
CMYK 0.000.310.33   0.16
XYZ43.725137.671231.7548
Yxy37.67120.38640.3329
Hunter Lab61.376919.754512.2887
CIE-Lab67.777624.872111.8127

#d79491 color RGB value is (215,148,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010100 10010001
Octal 327 224 221
Decimal 215 148 145
Hex D7 94 91

RGB Percentages of Color #d79491

%42.32
%29.13
%28.54

CMYK Percentages of Color #d79491

%0
%31
%33
%16

Triadic Colors of #d79491

#d79491 #91d794 #9491d7

Analogous Colors of #d79491

#d79491 #d7b791 #d791b1

Monochromatic Colors of #d79491

#d79491

Complementary Color

#d79491 #91d4d7

#d79491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79491 Color CSS Codes

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

#d79491 Text Font Color

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

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


#d79491 Background Color

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

This div background color is #d79491


#d79491 Border Color

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

This div border color is #d79491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79491

#d79491 Color Palettes


Comments

No comments written yet.

Please login to write comment.