Color Hex Logo

#d04747 Color Hex

#D04747
(208,71,71)
0 Favorites   0 Comments

Color spaces of #d04747

RGB 2087171
HSL0.000.590.55
HSV66°82°
CMYK 0.000.660.66   0.18
XYZ29.403018.37137.9575
Yxy18.37130.52760.3296
Hunter Lab42.861847.442218.9957
CIE-Lab49.943453.920330.0770

#d04747 color RGB value is (208,71,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000111 01000111
Octal 320 107 107
Decimal 208 71 71
Hex D0 47 47

RGB Percentages of Color #d04747

%59.43
%20.29
%20.29

CMYK Percentages of Color #d04747

%0
%66
%66
%18

Triadic Colors of #d04747

#d04747 #47d047 #4747d0

Analogous Colors of #d04747

#d04747 #d08c47 #d0478c

Monochromatic Colors of #d04747

#d04747

Complementary Color

#d04747 #47d0d0

#d04747 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04747 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04747 Color CSS Codes

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

#d04747 Text Font Color

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

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


#d04747 Background Color

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

This div background color is #d04747


#d04747 Border Color

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

This div border color is #d04747


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04747


Comments

No comments written yet.

Please login to write comment.