Color Hex Logo

#d54473 Color Hex

#D54473
(213,68,115)
0 Favorites   0 Comments

Color spaces of #d54473

RGB 21368115
HSL0.950.630.55
HSV341°68°84°
CMYK 0.000.680.46   0.16
XYZ32.602219.518218.2687
Yxy19.51820.46320.2773
Hunter Lab44.179454.41016.4085
CIE-Lab51.288059.96925.7045

#d54473 color RGB value is (213,68,115).

#d54473 hex color red value is 213, green value is 68 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #d54473 hue: 0.95 , saturation: 0.63 and the lightness value of d54473 is 0.55.

The process color (four color CMYK) of #d54473 color hex is 0.00, 0.68, 0.46, 0.16. Web safe color of #d54473 is #cc3366. Color #d54473 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000100 01110011
Octal 325 104 163
Decimal 213 68 115
Hex D5 44 73

RGB Percentages of Color #d54473

%53.79
%17.17
%29.04

CMYK Percentages of Color #d54473

%0
%68
%46
%16

Triadic Colors of #d54473

#d54473 #73d544 #4473d5

Analogous Colors of #d54473

#d54473 #d55e44 #d544bc

Monochromatic Colors of #d54473

#d54473

Complementary Color

#d54473 #44d5a6

#d54473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54473 Color CSS Codes

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

#d54473 Text Font Color

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

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


#d54473 Background Color

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

This div background color is #d54473


#d54473 Border Color

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

This div border color is #d54473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54473


Comments

No comments written yet.

Please login to write comment.