Color Hex Logo

#d2503e Color Hex

#D2503E
(210,80,62)
0 Favorites   0 Comments

Color spaces of #d2503e

RGB 2108062
HSL0.020.620.53
HSV70°82°
CMYK 0.000.620.70   0.18
XYZ30.316519.78686.7788
Yxy19.78680.53300.3479
Hunter Lab44.482443.810722.1023
CIE-Lab51.595350.266437.2763

#d2503e color RGB value is (210,80,62).

#d2503e hex color red value is 210, green value is 80 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #d2503e hue: 0.02 , saturation: 0.62 and the lightness value of d2503e is 0.53.

The process color (four color CMYK) of #d2503e color hex is 0.00, 0.62, 0.70, 0.18. Web safe color of #d2503e is #cc6633. Color #d2503e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01010000 00111110
Octal 322 120 76
Decimal 210 80 62
Hex D2 50 3E

RGB Percentages of Color #d2503e

%59.66
%22.73
%17.61

CMYK Percentages of Color #d2503e

%0
%62
%70
%18

Triadic Colors of #d2503e

#d2503e #3ed250 #503ed2

Analogous Colors of #d2503e

#d2503e #d29a3e #d23e76

Monochromatic Colors of #d2503e

#d2503e

Complementary Color

#d2503e #3ec0d2

#d2503e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2503e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2503e Color CSS Codes

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

#d2503e Text Font Color

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

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


#d2503e Background Color

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

This div background color is #d2503e


#d2503e Border Color

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

This div border color is #d2503e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2503e


Comments

No comments written yet.

Please login to write comment.