Color Hex Logo

#d94149 Color Hex

#D94149
(217,65,73)
0 Favorites   0 Comments

Color spaces of #d94149

RGB 2176573
HSL0.990.670.55
HSV357°70°85°
CMYK 0.000.700.66   0.15
XYZ31.708219.01338.3021
Yxy19.01330.53720.3221
Hunter Lab43.604253.494519.2344
CIE-Lab50.702859.263130.1963

#d94149 color RGB value is (217,65,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000001 01001001
Octal 331 101 111
Decimal 217 65 73
Hex D9 41 49

RGB Percentages of Color #d94149

%61.13
%18.31
%20.56

CMYK Percentages of Color #d94149

%0
%70
%66
%15

Triadic Colors of #d94149

#d94149 #49d941 #4149d9

Analogous Colors of #d94149

#d94149 #d98541 #d94195

Monochromatic Colors of #d94149

#d94149

Complementary Color

#d94149 #41d9d1

#d94149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94149 Color CSS Codes

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

#d94149 Text Font Color

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

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


#d94149 Background Color

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

This div background color is #d94149


#d94149 Border Color

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

This div border color is #d94149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94149


Comments

No comments written yet.

Please login to write comment.