Color Hex Logo

#d94942 Color Hex

#D94942
(217,73,66)
0 Favorites   0 Comments

Color spaces of #d94942

RGB 2177366
HSL0.010.670.55
HSV70°85°
CMYK 0.000.660.70   0.15
XYZ31.981219.91017.3117
Yxy19.91010.54020.3363
Hunter Lab44.620749.850721.5191
CIE-Lab51.735455.804335.4929

#d94942 color RGB value is (217,73,66).

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

The process color (four color CMYK) of #d94942 color hex is 0.00, 0.66, 0.70, 0.15. Web safe color of #d94942 is #cc3333. Color #d94942 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001001 01000010
Octal 331 111 102
Decimal 217 73 66
Hex D9 49 42

RGB Percentages of Color #d94942

%60.96
%20.51
%18.54

CMYK Percentages of Color #d94942

%0
%66
%70
%15

Triadic Colors of #d94942

#d94942 #42d949 #4942d9

Analogous Colors of #d94942

#d94942 #d99542 #d94287

Monochromatic Colors of #d94942

#d94942

Complementary Color

#d94942 #42d2d9

#d94942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94942 Color CSS Codes

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

#d94942 Text Font Color

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

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


#d94942 Background Color

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

This div background color is #d94942


#d94942 Border Color

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

This div border color is #d94942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94942


Comments

No comments written yet.

Please login to write comment.