Color Hex Logo

#d44c6d Color Hex

#D44C6D
(212,76,109)
0 Favorites   0 Comments

Color spaces of #d44c6d

RGB 21276109
HSL0.960.610.56
HSV345°64°83°
CMYK 0.000.640.49   0.17
XYZ32.496120.270116.6678
Yxy20.27010.46800.2919
Hunter Lab45.022350.04829.5658
CIE-Lab52.141255.911610.4966

#d44c6d color RGB value is (212,76,109).

#d44c6d hex color red value is 212, green value is 76 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #d44c6d hue: 0.96 , saturation: 0.61 and the lightness value of d44c6d is 0.56.

The process color (four color CMYK) of #d44c6d color hex is 0.00, 0.64, 0.49, 0.17. Web safe color of #d44c6d is #cc3366. Color #d44c6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01001100 01101101
Octal 324 114 155
Decimal 212 76 109
Hex D4 4C 6D

RGB Percentages of Color #d44c6d

%53.40
%19.14
%27.46

CMYK Percentages of Color #d44c6d

%0
%64
%49
%17

Triadic Colors of #d44c6d

#d44c6d #6dd44c #4c6dd4

Analogous Colors of #d44c6d

#d44c6d #d46f4c #d44cb1

Monochromatic Colors of #d44c6d

#d44c6d

Complementary Color

#d44c6d #4cd4b3

#d44c6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d44c6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d44c6d Color CSS Codes

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

#d44c6d Text Font Color

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

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


#d44c6d Background Color

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

This div background color is #d44c6d


#d44c6d Border Color

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

This div border color is #d44c6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d44c6d


Comments

No comments written yet.

Please login to write comment.