Color Hex Logo

#d79472 Color Hex

#D79472
(215,148,114)
0 Favorites   0 Comments

Color spaces of #d79472

RGB 215148114
HSL0.060.560.65
HSV20°47°84°
CMYK 0.000.310.47   0.16
XYZ41.651536.841820.8355
Yxy36.84180.41930.3709
Hunter Lab60.697416.268922.1358
CIE-Lab67.158221.341328.1252

#d79472 color RGB value is (215,148,114).

#d79472 hex color red value is 215, green value is 148 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #d79472 hue: 0.06 , saturation: 0.56 and the lightness value of d79472 is 0.65.

The process color (four color CMYK) of #d79472 color hex is 0.00, 0.31, 0.47, 0.16. Web safe color of #d79472 is #cc9966. Color #d79472 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010100 01110010
Octal 327 224 162
Decimal 215 148 114
Hex D7 94 72

RGB Percentages of Color #d79472

%45.07
%31.03
%23.90

CMYK Percentages of Color #d79472

%0
%31
%47
%16

Triadic Colors of #d79472

#d79472 #72d794 #9472d7

Analogous Colors of #d79472

#d79472 #d7c772 #d77283

Monochromatic Colors of #d79472

#d79472

Complementary Color

#d79472 #72b5d7

#d79472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d79472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d79472 Color CSS Codes

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

#d79472 Text Font Color

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

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


#d79472 Background Color

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

This div background color is #d79472


#d79472 Border Color

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

This div border color is #d79472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d79472


Comments

No comments written yet.

Please login to write comment.