Color Hex Logo

#d94573 Color Hex

#D94573
(217,69,115)
0 Favorites   0 Comments

Color spaces of #d94573

RGB 21769115
HSL0.950.660.56
HSV341°68°85°
CMYK 0.000.680.47   0.15
XYZ33.837920.245818.3440
Yxy20.24580.46720.2795
Hunter Lab44.995355.49587.3250
CIE-Lab52.114060.77646.9772

#d94573 color RGB value is (217,69,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000101 01110011
Octal 331 105 163
Decimal 217 69 115
Hex D9 45 73

RGB Percentages of Color #d94573

%54.11
%17.21
%28.68

CMYK Percentages of Color #d94573

%0
%68
%47
%15

Triadic Colors of #d94573

#d94573 #73d945 #4573d9

Analogous Colors of #d94573

#d94573 #d96145 #d945bd

Monochromatic Colors of #d94573

#d94573

Complementary Color

#d94573 #45d9ab

#d94573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94573 Color CSS Codes

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

#d94573 Text Font Color

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

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


#d94573 Background Color

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

This div background color is #d94573


#d94573 Border Color

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

This div border color is #d94573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94573


Comments

No comments written yet.

Please login to write comment.