Color Hex Logo

#d78442 Color Hex

#D78442
(215,132,66)
0 Favorites   0 Comments

Color spaces of #d78442

RGB 21513266
HSL0.070.650.55
HSV27°69°84°
CMYK 0.000.390.69   0.16
XYZ37.259031.34299.2403
Yxy31.34290.47860.4026
Hunter Lab55.984720.822229.4035
CIE-Lab62.796026.294447.9654

#d78442 color RGB value is (215,132,66).

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

The process color (four color CMYK) of #d78442 color hex is 0.00, 0.39, 0.69, 0.16. Web safe color of #d78442 is #cc9933. Color #d78442 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000100 01000010
Octal 327 204 102
Decimal 215 132 66
Hex D7 84 42

RGB Percentages of Color #d78442

%52.06
%31.96
%15.98

CMYK Percentages of Color #d78442

%0
%39
%69
%16

Triadic Colors of #d78442

#d78442 #42d784 #8442d7

Analogous Colors of #d78442

#d78442 #d7cf42 #d7424b

Monochromatic Colors of #d78442

#d78442

Complementary Color

#d78442 #4295d7

#d78442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78442 Color CSS Codes

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

#d78442 Text Font Color

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

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


#d78442 Background Color

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

This div background color is #d78442


#d78442 Border Color

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

This div border color is #d78442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78442


Comments

No comments written yet.

Please login to write comment.