Color Hex Logo

#d44444 Color Hex

#D44444
(212,68,68)
0 Favorites   0 Comments

Color spaces of #d44444

RGB 2126868
HSL0.000.630.55
HSV68°83°
CMYK 0.000.680.68   0.17
XYZ30.261918.54867.4541
Yxy18.54860.53780.3297
Hunter Lab43.068150.054319.8859
CIE-Lab50.154956.270032.2434

#d44444 color RGB value is (212,68,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01000100 01000100
Octal 324 104 104
Decimal 212 68 68
Hex D4 44 44

RGB Percentages of Color #d44444

%60.92
%19.54
%19.54

CMYK Percentages of Color #d44444

%0
%68
%68
%17

Triadic Colors of #d44444

#d44444 #44d444 #4444d4

Analogous Colors of #d44444

#d44444 #d48c44 #d4448c

Monochromatic Colors of #d44444

#d44444

Complementary Color

#d44444 #44d4d4

#d44444 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44444 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44444 Color CSS Codes

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

#d44444 Text Font Color

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

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


#d44444 Background Color

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

This div background color is #d44444


#d44444 Border Color

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

This div border color is #d44444


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44444


Comments

No comments written yet.

Please login to write comment.