Color Hex Logo

#d93573 Color Hex

#D93573
(217,53,115)
0 Favorites   0 Comments

Color spaces of #d93573

RGB 21753115
HSL0.940.680.53
HSV337°76°85°
CMYK 0.000.760.47   0.15
XYZ32.982918.535718.0590
Yxy18.53570.47400.2664
Hunter Lab43.053161.40565.2675
CIE-Lab50.139566.27684.1479

#d93573 color RGB value is (217,53,115).

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

The process color (four color CMYK) of #d93573 color hex is 0.00, 0.76, 0.47, 0.15. Web safe color of #d93573 is #cc3366. Color #d93573 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110101 01110011
Octal 331 65 163
Decimal 217 53 115
Hex D9 35 73

RGB Percentages of Color #d93573

%56.36
%13.77
%29.87

CMYK Percentages of Color #d93573

%0
%76
%47
%15

Triadic Colors of #d93573

#d93573 #73d935 #3573d9

Analogous Colors of #d93573

#d93573 #d94935 #d935c5

Monochromatic Colors of #d93573

#d93573

Complementary Color

#d93573 #35d99b

#d93573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93573 Color CSS Codes

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

#d93573 Text Font Color

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

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


#d93573 Background Color

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

This div background color is #d93573


#d93573 Border Color

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

This div border color is #d93573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93573


Comments

No comments written yet.

Please login to write comment.