Color Hex Logo

#d7503c Color Hex

#D7503C
(215,80,60)
1 Favorites   0 Comments

Color spaces of #d7503c

RGB 2158060
HSL0.020.660.54
HSV72°84°
CMYK 0.000.630.72   0.16
XYZ31.708620.51066.5627
Yxy20.51060.53940.3489
Hunter Lab45.288645.720723.1104
CIE-Lab52.409751.907239.5318

#d7503c color RGB value is (215,80,60).

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

The process color (four color CMYK) of #d7503c color hex is 0.00, 0.63, 0.72, 0.16. Web safe color of #d7503c is #cc6633. Color #d7503c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01010000 00111100
Octal 327 120 74
Decimal 215 80 60
Hex D7 50 3C

RGB Percentages of Color #d7503c

%60.56
%22.54
%16.90

CMYK Percentages of Color #d7503c

%0
%63
%72
%16

Triadic Colors of #d7503c

#d7503c #3cd750 #503cd7

Analogous Colors of #d7503c

#d7503c #d79e3c #d73c76

Monochromatic Colors of #d7503c

#d7503c

Complementary Color

#d7503c #3cc3d7

#d7503c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7503c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7503c Color CSS Codes

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

#d7503c Text Font Color

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

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


#d7503c Background Color

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

This div background color is #d7503c


#d7503c Border Color

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

This div border color is #d7503c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7503c


Comments

No comments written yet.

Please login to write comment.