Color Hex Logo

#d78541 Color Hex

#D78541
(215,133,65)
0 Favorites   0 Comments

Color spaces of #d78541

RGB 21513365
HSL0.080.650.55
HSV27°70°84°
CMYK 0.000.380.70   0.16
XYZ37.366031.60389.1318
Yxy31.60380.47840.4046
Hunter Lab56.217320.263629.7212
CIE-Lab63.014125.704548.6867

#d78541 color RGB value is (215,133,65).

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

The process color (four color CMYK) of #d78541 color hex is 0.00, 0.38, 0.70, 0.16. Web safe color of #d78541 is #cc9933. Color #d78541 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000101 01000001
Octal 327 205 101
Decimal 215 133 65
Hex D7 85 41

RGB Percentages of Color #d78541

%52.06
%32.20
%15.74

CMYK Percentages of Color #d78541

%0
%38
%70
%16

Triadic Colors of #d78541

#d78541 #41d785 #8541d7

Analogous Colors of #d78541

#d78541 #d7d041 #d74148

Monochromatic Colors of #d78541

#d78541

Complementary Color

#d78541 #4193d7

#d78541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78541 Color CSS Codes

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

#d78541 Text Font Color

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

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


#d78541 Background Color

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

This div background color is #d78541


#d78541 Border Color

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

This div border color is #d78541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78541


Comments

No comments written yet.

Please login to write comment.