Color Hex Logo

#d76360 Color Hex

#D76360
(215,99,96)
0 Favorites   0 Comments

Color spaces of #d76360

RGB 2159996
HSL0.000.600.61
HSV55°84°
CMYK 0.000.540.55   0.16
XYZ34.597524.215313.9169
Yxy24.21530.47570.3329
Hunter Lab49.209039.382517.6784
CIE-Lab56.302745.353623.9147

#d76360 color RGB value is (215,99,96).

#d76360 hex color red value is 215, green value is 99 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #d76360 hue: 0.00 , saturation: 0.60 and the lightness value of d76360 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100011 01100000
Octal 327 143 140
Decimal 215 99 96
Hex D7 63 60

RGB Percentages of Color #d76360

%52.44
%24.15
%23.41

CMYK Percentages of Color #d76360

%0
%54
%55
%16

Triadic Colors of #d76360

#d76360 #60d763 #6360d7

Analogous Colors of #d76360

#d76360 #d79f60 #d76099

Monochromatic Colors of #d76360

#d76360

Complementary Color

#d76360 #60d4d7

#d76360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76360 Color CSS Codes

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

#d76360 Text Font Color

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

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


#d76360 Background Color

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

This div background color is #d76360


#d76360 Border Color

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

This div border color is #d76360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76360


Comments

No comments written yet.

Please login to write comment.