Color Hex Logo

#d76350 Color Hex

#D76350
(215,99,80)
0 Favorites   0 Comments

Color spaces of #d76350

RGB 2159980
HSL0.020.630.58
HSV63°84°
CMYK 0.000.540.63   0.16
XYZ33.934123.949910.4237
Yxy23.94990.49680.3506
Hunter Lab48.938638.129521.6286
CIE-Lab56.037644.199732.7106

#d76350 color RGB value is (215,99,80).

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

The process color (four color CMYK) of #d76350 color hex is 0.00, 0.54, 0.63, 0.16. Web safe color of #d76350 is #cc6666. Color #d76350 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100011 01010000
Octal 327 143 120
Decimal 215 99 80
Hex D7 63 50

RGB Percentages of Color #d76350

%54.57
%25.13
%20.30

CMYK Percentages of Color #d76350

%0
%54
%63
%16

Triadic Colors of #d76350

#d76350 #50d763 #6350d7

Analogous Colors of #d76350

#d76350 #d7a750 #d75081

Monochromatic Colors of #d76350

#d76350

Complementary Color

#d76350 #50c4d7

#d76350 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76350 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76350 Color CSS Codes

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

#d76350 Text Font Color

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

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


#d76350 Background Color

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

This div background color is #d76350


#d76350 Border Color

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

This div border color is #d76350


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,99,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 #d76350">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76350


Comments

No comments written yet.

Please login to write comment.