Color Hex Logo

#d04950 Color Hex

#D04950
(208,73,80)
0 Favorites   0 Comments

Color spaces of #d04950

RGB 2087380
HSL0.990.590.55
HSV357°65°82°
CMYK 0.000.650.62   0.18
XYZ29.842918.75429.6364
Yxy18.75420.51250.3221
Hunter Lab43.306147.221317.1212
CIE-Lab50.398453.637225.3518

#d04950 color RGB value is (208,73,80).

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

The process color (four color CMYK) of #d04950 color hex is 0.00, 0.65, 0.62, 0.18. Web safe color of #d04950 is #cc3366. Color #d04950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001001 01010000
Octal 320 111 120
Decimal 208 73 80
Hex D0 49 50

RGB Percentages of Color #d04950

%57.62
%20.22
%22.16

CMYK Percentages of Color #d04950

%0
%65
%62
%18

Triadic Colors of #d04950

#d04950 #50d049 #4950d0

Analogous Colors of #d04950

#d04950 #d08649 #d04994

Monochromatic Colors of #d04950

#d04950

Complementary Color

#d04950 #49d0c9

#d04950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04950 Color CSS Codes

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

#d04950 Text Font Color

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

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


#d04950 Background Color

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

This div background color is #d04950


#d04950 Border Color

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

This div border color is #d04950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04950


Comments

No comments written yet.

Please login to write comment.