Color Hex Logo

#d0500d Color Hex

#D0500D
(208,80,13)
0 Favorites   0 Comments

Color spaces of #d0500d

RGB 2088013
HSL0.060.880.43
HSV21°94°82°
CMYK 0.000.620.94   0.18
XYZ28.953719.17632.5561
Yxy19.17630.57120.3783
Hunter Lab43.790841.387327.1927
CIE-Lab50.892848.096658.0657

#d0500d color RGB value is (208,80,13).

#d0500d hex color red value is 208, green value is 80 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #d0500d hue: 0.06 , saturation: 0.88 and the lightness value of d0500d is 0.43.

The process color (four color CMYK) of #d0500d color hex is 0.00, 0.62, 0.94, 0.18. Web safe color of #d0500d is #cc6600. Color #d0500d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01010000 00001101
Octal 320 120 15
Decimal 208 80 13
Hex D0 50 D

RGB Percentages of Color #d0500d

%69.10
%26.58
%4.32

CMYK Percentages of Color #d0500d

%0
%62
%94
%18

Triadic Colors of #d0500d

#d0500d #0dd050 #500dd0

Analogous Colors of #d0500d

#d0500d #d0b20d #d00d2b

Monochromatic Colors of #d0500d

#d0500d

Complementary Color

#d0500d #0d8dd0

#d0500d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0500d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0500d Color CSS Codes

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

#d0500d Text Font Color

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

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


#d0500d Background Color

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

This div background color is #d0500d


#d0500d Border Color

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

This div border color is #d0500d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0500d


Comments

No comments written yet.

Please login to write comment.