Color Hex Logo

#d46d70 Color Hex

#D46D70
(212,109,112)
0 Favorites   0 Comments

Color spaces of #d46d70

RGB 212109112
HSL1.000.540.63
HSV358°49°83°
CMYK 0.000.490.47   0.17
XYZ35.544626.104218.4944
Yxy26.10420.44350.3257
Hunter Lab51.092334.770014.3028
CIE-Lab58.135840.680617.0586

#d46d70 color RGB value is (212,109,112).

#d46d70 hex color red value is 212, green value is 109 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #d46d70 hue: 1.00 , saturation: 0.54 and the lightness value of d46d70 is 0.63.

The process color (four color CMYK) of #d46d70 color hex is 0.00, 0.49, 0.47, 0.17. Web safe color of #d46d70 is #cc6666. Color #d46d70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101101 01110000
Octal 324 155 160
Decimal 212 109 112
Hex D4 6D 70

RGB Percentages of Color #d46d70

%48.96
%25.17
%25.87

CMYK Percentages of Color #d46d70

%0
%49
%47
%17

Triadic Colors of #d46d70

#d46d70 #70d46d #6d70d4

Analogous Colors of #d46d70

#d46d70 #d49e6d #d46da4

Monochromatic Colors of #d46d70

#d46d70

Complementary Color

#d46d70 #6dd4d1

#d46d70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d46d70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d46d70 Color CSS Codes

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

#d46d70 Text Font Color

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

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


#d46d70 Background Color

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

This div background color is #d46d70


#d46d70 Border Color

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

This div border color is #d46d70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d46d70


Comments

No comments written yet.

Please login to write comment.