Color Hex Logo

#d93549 Color Hex

#D93549
(217,53,73)
0 Favorites   0 Comments

Color spaces of #d93549

RGB 2175373
HSL0.980.680.53
HSV353°76°85°
CMYK 0.000.760.66   0.15
XYZ31.091017.77908.0963
Yxy17.77900.54580.3121
Hunter Lab42.165257.830218.1311
CIE-Lab49.227063.359528.3584

#d93549 color RGB value is (217,53,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110101 01001001
Octal 331 65 111
Decimal 217 53 73
Hex D9 35 49

RGB Percentages of Color #d93549

%63.27
%15.45
%21.28

CMYK Percentages of Color #d93549

%0
%76
%66
%15

Triadic Colors of #d93549

#d93549 #49d935 #3549d9

Analogous Colors of #d93549

#d93549 #d97335 #d9359b

Monochromatic Colors of #d93549

#d93549

Complementary Color

#d93549 #35d9c5

#d93549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93549 Color CSS Codes

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

#d93549 Text Font Color

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

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


#d93549 Background Color

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

This div background color is #d93549


#d93549 Border Color

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

This div border color is #d93549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93549


Comments

No comments written yet.

Please login to write comment.