Color Hex Logo

#d7934e Color Hex

#D7934E
(215,147,78)
0 Favorites   0 Comments

Color spaces of #d7934e

RGB 21514778
HSL0.080.630.57
HSV30°64°84°
CMYK 0.000.320.64   0.16
XYZ39.833235.864612.0308
Yxy35.86460.45410.4088
Hunter Lab59.887113.924930.0101
CIE-Lab66.416318.930046.1258

#d7934e color RGB value is (215,147,78).

#d7934e hex color red value is 215, green value is 147 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d7934e hue: 0.08 , saturation: 0.63 and the lightness value of d7934e is 0.57.

The process color (four color CMYK) of #d7934e color hex is 0.00, 0.32, 0.64, 0.16. Web safe color of #d7934e is #cc9966. Color #d7934e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010011 01001110
Octal 327 223 116
Decimal 215 147 78
Hex D7 93 4E

RGB Percentages of Color #d7934e

%48.86
%33.41
%17.73

CMYK Percentages of Color #d7934e

%0
%32
%64
%16

Triadic Colors of #d7934e

#d7934e #4ed793 #934ed7

Analogous Colors of #d7934e

#d7934e #d7d74e #d74f4e

Monochromatic Colors of #d7934e

#d7934e

Complementary Color

#d7934e #4e92d7

#d7934e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7934e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7934e Color CSS Codes

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

#d7934e Text Font Color

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

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


#d7934e Background Color

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

This div background color is #d7934e


#d7934e Border Color

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

This div border color is #d7934e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7934e


Comments

No comments written yet.

Please login to write comment.