Color Hex Logo

#d94c46 Color Hex

#D94C46
(217,76,70)
0 Favorites   0 Comments

Color spaces of #d94c46

RGB 2177670
HSL0.010.660.56
HSV68°85°
CMYK 0.000.650.68   0.15
XYZ32.305220.36288.0221
Yxy20.36280.53230.3355
Hunter Lab45.125248.819521.0474
CIE-Lab52.244954.778533.8196

#d94c46 color RGB value is (217,76,70).

#d94c46 hex color red value is 217, green value is 76 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #d94c46 hue: 0.01 , saturation: 0.66 and the lightness value of d94c46 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001100 01000110
Octal 331 114 106
Decimal 217 76 70
Hex D9 4C 46

RGB Percentages of Color #d94c46

%59.78
%20.94
%19.28

CMYK Percentages of Color #d94c46

%0
%65
%68
%15

Triadic Colors of #d94c46

#d94c46 #46d94c #4c46d9

Analogous Colors of #d94c46

#d94c46 #d99646 #d9468a

Monochromatic Colors of #d94c46

#d94c46

Complementary Color

#d94c46 #46d3d9

#d94c46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94c46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94c46 Color CSS Codes

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

#d94c46 Text Font Color

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

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


#d94c46 Background Color

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

This div background color is #d94c46


#d94c46 Border Color

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

This div border color is #d94c46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94c46


Comments

No comments written yet.

Please login to write comment.