Color Hex Logo

#d0474c Color Hex

#D0474C
(208,71,76)
0 Favorites   0 Comments

Color spaces of #d0474c

RGB 2087176
HSL0.990.590.55
HSV358°66°82°
CMYK 0.000.660.63   0.18
XYZ29.570218.43828.8379
Yxy18.43820.52020.3244
Hunter Lab42.939747.778517.8547
CIE-Lab50.023354.215527.2383

#d0474c color RGB value is (208,71,76).

#d0474c hex color red value is 208, green value is 71 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #d0474c hue: 0.99 , saturation: 0.59 and the lightness value of d0474c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000111 01001100
Octal 320 107 114
Decimal 208 71 76
Hex D0 47 4C

RGB Percentages of Color #d0474c

%58.59
%20.00
%21.41

CMYK Percentages of Color #d0474c

%0
%66
%63
%18

Triadic Colors of #d0474c

#d0474c #4cd047 #474cd0

Analogous Colors of #d0474c

#d0474c #d08747 #d04791

Monochromatic Colors of #d0474c

#d0474c

Complementary Color

#d0474c #47d0cb

#d0474c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0474c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0474c Color CSS Codes

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

#d0474c Text Font Color

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

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


#d0474c Background Color

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

This div background color is #d0474c


#d0474c Border Color

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

This div border color is #d0474c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0474c


Comments

No comments written yet.

Please login to write comment.