Color Hex Logo

#d93849 Color Hex

#D93849
(217,56,73)
0 Favorites   0 Comments

Color spaces of #d93849

RGB 2175673
HSL0.980.680.54
HSV354°74°85°
CMYK 0.000.740.66   0.15
XYZ31.232018.06118.1434
Yxy18.06110.54380.3145
Hunter Lab42.498456.807418.3879
CIE-Lab49.570162.400328.7873

#d93849 color RGB value is (217,56,73).

#d93849 hex color red value is 217, green value is 56 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #d93849 hue: 0.98 , saturation: 0.68 and the lightness value of d93849 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111000 01001001
Octal 331 70 111
Decimal 217 56 73
Hex D9 38 49

RGB Percentages of Color #d93849

%62.72
%16.18
%21.10

CMYK Percentages of Color #d93849

%0
%74
%66
%15

Triadic Colors of #d93849

#d93849 #49d938 #3849d9

Analogous Colors of #d93849

#d93849 #d97838 #d9389a

Monochromatic Colors of #d93849

#d93849

Complementary Color

#d93849 #38d9c8

#d93849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93849 Color CSS Codes

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

#d93849 Text Font Color

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

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


#d93849 Background Color

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

This div background color is #d93849


#d93849 Border Color

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

This div border color is #d93849


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,56,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 #d93849">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93849


Comments

No comments written yet.

Please login to write comment.