Color Hex Logo

#d04850 Color Hex

#D04850
(208,72,80)
0 Favorites   0 Comments

Color spaces of #d04850

RGB 2087280
HSL0.990.590.55
HSV356°65°82°
CMYK 0.000.650.62   0.18
XYZ29.777818.62389.6147
Yxy18.62380.51330.3210
Hunter Lab43.155347.645916.9993
CIE-Lab50.244154.054825.1528

#d04850 color RGB value is (208,72,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001000 01010000
Octal 320 110 120
Decimal 208 72 80
Hex D0 48 50

RGB Percentages of Color #d04850

%57.78
%20.00
%22.22

CMYK Percentages of Color #d04850

%0
%65
%62
%18

Triadic Colors of #d04850

#d04850 #50d048 #4850d0

Analogous Colors of #d04850

#d04850 #d08448 #d04894

Monochromatic Colors of #d04850

#d04850

Complementary Color

#d04850 #48d0c8

#d04850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d04850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d04850 Color CSS Codes

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

#d04850 Text Font Color

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

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


#d04850 Background Color

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

This div background color is #d04850


#d04850 Border Color

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

This div border color is #d04850


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,72,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 #d04850">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d04850


Comments

No comments written yet.

Please login to write comment.