Color Hex Logo

#d44944 Color Hex

#D44944
(212,73,68)
0 Favorites   0 Comments

Color spaces of #d44944

RGB 2127368
HSL0.010.630.55
HSV68°83°
CMYK 0.000.660.68   0.17
XYZ30.577319.17957.5593
Yxy19.17950.53350.3346
Hunter Lab43.794447.988720.4221
CIE-Lab50.896654.255133.1391

#d44944 color RGB value is (212,73,68).

#d44944 hex color red value is 212, green value is 73 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #d44944 hue: 0.01 , saturation: 0.63 and the lightness value of d44944 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001001 01000100
Octal 324 111 104
Decimal 212 73 68
Hex D4 49 44

RGB Percentages of Color #d44944

%60.06
%20.68
%19.26

CMYK Percentages of Color #d44944

%0
%66
%68
%17

Triadic Colors of #d44944

#d44944 #44d449 #4944d4

Analogous Colors of #d44944

#d44944 #d49144 #d44487

Monochromatic Colors of #d44944

#d44944

Complementary Color

#d44944 #44cfd4

#d44944 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44944 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44944 Color CSS Codes

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

#d44944 Text Font Color

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

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


#d44944 Background Color

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

This div background color is #d44944


#d44944 Border Color

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

This div border color is #d44944


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44944


Comments

No comments written yet.

Please login to write comment.