Color Hex Logo

#d0461c Color Hex

#D0461C
(208,70,28)
0 Favorites   0 Comments

Color spaces of #d0461c

RGB 2087028
HSL0.040.760.46
HSV14°87°82°
CMYK 0.000.660.87   0.18
XYZ28.412217.87413.0512
Yxy17.87410.57590.3623
Hunter Lab42.277845.972425.3155
CIE-Lab49.343052.666251.9122

#d0461c color RGB value is (208,70,28).

#d0461c hex color red value is 208, green value is 70 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #d0461c hue: 0.04 , saturation: 0.76 and the lightness value of d0461c is 0.46.

The process color (four color CMYK) of #d0461c color hex is 0.00, 0.66, 0.87, 0.18. Web safe color of #d0461c is #cc3333. Color #d0461c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000110 00011100
Octal 320 106 34
Decimal 208 70 28
Hex D0 46 1C

RGB Percentages of Color #d0461c

%67.97
%22.88
%9.15

CMYK Percentages of Color #d0461c

%0
%66
%87
%18

Triadic Colors of #d0461c

#d0461c #1cd046 #461cd0

Analogous Colors of #d0461c

#d0461c #d0a01c #d01c4c

Monochromatic Colors of #d0461c

#d0461c

Complementary Color

#d0461c #1ca6d0

#d0461c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0461c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0461c Color CSS Codes

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

#d0461c Text Font Color

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

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


#d0461c Background Color

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

This div background color is #d0461c


#d0461c Border Color

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

This div border color is #d0461c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0461c


Comments

No comments written yet.

Please login to write comment.