Color Hex Logo

#d78050 Color Hex

#D78050
(215,128,80)
0 Favorites   0 Comments

Color spaces of #d78050

RGB 21512880
HSL0.060.630.58
HSV21°63°84°
CMYK 0.000.400.63   0.16
XYZ37.191530.464611.5095
Yxy30.46460.46980.3848
Hunter Lab55.194723.686626.2729
CIE-Lab62.053029.275840.0096

#d78050 color RGB value is (215,128,80).

#d78050 hex color red value is 215, green value is 128 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #d78050 hue: 0.06 , saturation: 0.63 and the lightness value of d78050 is 0.58.

The process color (four color CMYK) of #d78050 color hex is 0.00, 0.40, 0.63, 0.16. Web safe color of #d78050 is #cc9966. Color #d78050 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000000 01010000
Octal 327 200 120
Decimal 215 128 80
Hex D7 80 50

RGB Percentages of Color #d78050

%50.83
%30.26
%18.91

CMYK Percentages of Color #d78050

%0
%40
%63
%16

Triadic Colors of #d78050

#d78050 #50d780 #8050d7

Analogous Colors of #d78050

#d78050 #d7c450 #d75063

Monochromatic Colors of #d78050

#d78050

Complementary Color

#d78050 #50a7d7

#d78050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d78050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d78050 Color CSS Codes

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

#d78050 Text Font Color

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

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


#d78050 Background Color

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

This div background color is #d78050


#d78050 Border Color

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

This div border color is #d78050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d78050


Comments

No comments written yet.

Please login to write comment.