Color Hex Logo

#d94347 Color Hex

#D94347
(217,67,71)
0 Favorites   0 Comments

Color spaces of #d94347

RGB 2176771
HSL1.000.660.56
HSV358°69°85°
CMYK 0.000.690.67   0.15
XYZ31.759819.22107.9973
Yxy19.22100.53850.3259
Hunter Lab43.841852.585719.8740
CIE-Lab50.944858.407931.6644

#d94347 color RGB value is (217,67,71).

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

The process color (four color CMYK) of #d94347 color hex is 0.00, 0.69, 0.67, 0.15. Web safe color of #d94347 is #cc3333. Color #d94347 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000011 01000111
Octal 331 103 107
Decimal 217 67 71
Hex D9 43 47

RGB Percentages of Color #d94347

%61.13
%18.87
%20.00

CMYK Percentages of Color #d94347

%0
%69
%67
%15

Triadic Colors of #d94347

#d94347 #47d943 #4347d9

Analogous Colors of #d94347

#d94347 #d98a43 #d94392

Monochromatic Colors of #d94347

#d94347

Complementary Color

#d94347 #43d9d5

#d94347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94347 Color CSS Codes

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

#d94347 Text Font Color

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

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


#d94347 Background Color

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

This div background color is #d94347


#d94347 Border Color

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

This div border color is #d94347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94347


Comments

No comments written yet.

Please login to write comment.