Color Hex Logo

#d76235 Color Hex

#D76235
(215,98,53)
0 Favorites   0 Comments

Color spaces of #d76235

RGB 2159853
HSL0.050.670.53
HSV17°75°84°
CMYK 0.000.540.75   0.16
XYZ33.034623.43956.1513
Yxy23.43950.52750.3743
Hunter Lab48.414437.070926.3569
CIE-Lab55.522243.259146.5723

#d76235 color RGB value is (215,98,53).

#d76235 hex color red value is 215, green value is 98 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #d76235 hue: 0.05 , saturation: 0.67 and the lightness value of d76235 is 0.53.

The process color (four color CMYK) of #d76235 color hex is 0.00, 0.54, 0.75, 0.16. Web safe color of #d76235 is #cc6633. Color #d76235 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100010 00110101
Octal 327 142 65
Decimal 215 98 53
Hex D7 62 35

RGB Percentages of Color #d76235

%58.74
%26.78
%14.48

CMYK Percentages of Color #d76235

%0
%54
%75
%16

Triadic Colors of #d76235

#d76235 #35d762 #6235d7

Analogous Colors of #d76235

#d76235 #d7b335 #d73559

Monochromatic Colors of #d76235

#d76235

Complementary Color

#d76235 #35aad7

#d76235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d76235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d76235 Color CSS Codes

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

#d76235 Text Font Color

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

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


#d76235 Background Color

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

This div background color is #d76235


#d76235 Border Color

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

This div border color is #d76235


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d76235


Comments

No comments written yet.

Please login to write comment.