Color Hex Logo

#d0491b Color Hex

#D0491B
(208,73,27)
0 Favorites   0 Comments

Color spaces of #d0491b

RGB 2087327
HSL0.040.770.46
HSV15°87°82°
CMYK 0.000.650.87   0.18
XYZ28.592818.25413.0533
Yxy18.25410.57300.3658
Hunter Lab42.724844.689425.6703
CIE-Lab49.802951.391152.6911

#d0491b color RGB value is (208,73,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001001 00011011
Octal 320 111 33
Decimal 208 73 27
Hex D0 49 1B

RGB Percentages of Color #d0491b

%67.53
%23.70
%8.77

CMYK Percentages of Color #d0491b

%0
%65
%87
%18

Triadic Colors of #d0491b

#d0491b #1bd049 #491bd0

Analogous Colors of #d0491b

#d0491b #d0a41b #d01b48

Monochromatic Colors of #d0491b

#d0491b

Complementary Color

#d0491b #1ba2d0

#d0491b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0491b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0491b Color CSS Codes

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

#d0491b Text Font Color

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

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


#d0491b Background Color

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

This div background color is #d0491b


#d0491b Border Color

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

This div border color is #d0491b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0491b


Comments

No comments written yet.

Please login to write comment.