Color Hex Logo

#d7a28e Color Hex

#D7A28E
(215,162,142)
0 Favorites   0 Comments

Color spaces of #d7a28e

RGB 215162142
HSL0.050.480.70
HSV16°34°84°
CMYK 0.000.250.34   0.16
XYZ45.827142.240731.3291
Yxy42.24070.38380.3538
Hunter Lab64.992812.124616.9149
CIE-Lab71.036616.913418.0269

#d7a28e color RGB value is (215,162,142).

#d7a28e hex color red value is 215, green value is 162 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #d7a28e hue: 0.05 , saturation: 0.48 and the lightness value of d7a28e is 0.70.

The process color (four color CMYK) of #d7a28e color hex is 0.00, 0.25, 0.34, 0.16. Web safe color of #d7a28e is #cc9999. Color #d7a28e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10100010 10001110
Octal 327 242 216
Decimal 215 162 142
Hex D7 A2 8E

RGB Percentages of Color #d7a28e

%41.43
%31.21
%27.36

CMYK Percentages of Color #d7a28e

%0
%25
%34
%16

Triadic Colors of #d7a28e

#d7a28e #8ed7a2 #a28ed7

Analogous Colors of #d7a28e

#d7a28e #d7c78e #d78e9f

Monochromatic Colors of #d7a28e

#d7a28e

Complementary Color

#d7a28e #8ec3d7

#d7a28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7a28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7a28e Color CSS Codes

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

#d7a28e Text Font Color

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

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


#d7a28e Background Color

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

This div background color is #d7a28e


#d7a28e Border Color

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

This div border color is #d7a28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7a28e


Comments

No comments written yet.

Please login to write comment.