Color Hex Logo

#d78476 Color Hex

#D78476
(215,132,118)
0 Favorites   0 Comments

Color spaces of #d78476

RGB 215132118
HSL0.020.550.65
HSV45°84°
CMYK 0.000.390.45   0.16
XYZ39.545632.257621.2816
Yxy32.25760.42480.3465
Hunter Lab56.795824.892917.5408
CIE-Lab63.555230.359721.0965

#d78476 color RGB value is (215,132,118).

#d78476 hex color red value is 215, green value is 132 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #d78476 hue: 0.02 , saturation: 0.55 and the lightness value of d78476 is 0.65.

The process color (four color CMYK) of #d78476 color hex is 0.00, 0.39, 0.45, 0.16. Web safe color of #d78476 is #cc9966. Color #d78476 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000100 01110110
Octal 327 204 166
Decimal 215 132 118
Hex D7 84 76

RGB Percentages of Color #d78476

%46.24
%28.39
%25.38

CMYK Percentages of Color #d78476

%0
%39
%45
%16

Triadic Colors of #d78476

#d78476 #76d784 #8476d7

Analogous Colors of #d78476

#d78476 #d7b576 #d77699

Monochromatic Colors of #d78476

#d78476

Complementary Color

#d78476 #76c9d7

#d78476 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78476 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78476 Color CSS Codes

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

#d78476 Text Font Color

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

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


#d78476 Background Color

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

This div background color is #d78476


#d78476 Border Color

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

This div border color is #d78476


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78476


Comments

No comments written yet.

Please login to write comment.