Color Hex Logo

#d0473a Color Hex

#D0473A
(208,71,58)
0 Favorites   0 Comments

Color spaces of #d0473a

RGB 2087158
HSL0.010.610.52
HSV72°82°
CMYK 0.000.660.72   0.18
XYZ29.029418.22195.9901
Yxy18.22190.54520.3423
Hunter Lab42.687146.686621.5611
CIE-Lab49.764153.254637.3209

#d0473a color RGB value is (208,71,58).

#d0473a hex color red value is 208, green value is 71 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #d0473a hue: 0.01 , saturation: 0.61 and the lightness value of d0473a is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000111 00111010
Octal 320 107 72
Decimal 208 71 58
Hex D0 47 3A

RGB Percentages of Color #d0473a

%61.72
%21.07
%17.21

CMYK Percentages of Color #d0473a

%0
%66
%72
%18

Triadic Colors of #d0473a

#d0473a #3ad047 #473ad0

Analogous Colors of #d0473a

#d0473a #d0923a #d03a78

Monochromatic Colors of #d0473a

#d0473a

Complementary Color

#d0473a #3ac3d0

#d0473a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0473a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0473a Color CSS Codes

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

#d0473a Text Font Color

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

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


#d0473a Background Color

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

This div background color is #d0473a


#d0473a Border Color

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

This div border color is #d0473a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0473a


Comments

No comments written yet.

Please login to write comment.