Color Hex Logo

#d84449 Color Hex

#D84449
(216,68,73)
0 Favorites   0 Comments

Color spaces of #d84449

RGB 2166873
HSL0.990.650.56
HSV358°69°85°
CMYK 0.000.690.66   0.15
XYZ31.588619.21428.3471
Yxy19.21420.53400.3248
Hunter Lab43.834051.925019.3935
CIE-Lab50.936957.817430.4470

#d84449 color RGB value is (216,68,73).

#d84449 hex color red value is 216, green value is 68 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #d84449 hue: 0.99 , saturation: 0.65 and the lightness value of d84449 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000100 01001001
Octal 330 104 111
Decimal 216 68 73
Hex D8 44 49

RGB Percentages of Color #d84449

%60.50
%19.05
%20.45

CMYK Percentages of Color #d84449

%0
%69
%66
%15

Triadic Colors of #d84449

#d84449 #49d844 #4449d8

Analogous Colors of #d84449

#d84449 #d88944 #d84493

Monochromatic Colors of #d84449

#d84449

Complementary Color

#d84449 #44d8d3

#d84449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84449 Color CSS Codes

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

#d84449 Text Font Color

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

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


#d84449 Background Color

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

This div background color is #d84449


#d84449 Border Color

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

This div border color is #d84449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84449


Comments

No comments written yet.

Please login to write comment.