Color Hex Logo

#d54789 Color Hex

#D54789
(213,71,137)
0 Favorites   0 Comments

Color spaces of #d54789

RGB 21371137
HSL0.920.630.56
HSV332°67°84°
CMYK 0.000.670.36   0.16
XYZ34.209220.458825.8128
Yxy20.45880.42510.2542
Hunter Lab45.231455.8473-2.1738
CIE-Lab52.352061.0418-5.9330

#d54789 color RGB value is (213,71,137).

#d54789 hex color red value is 213, green value is 71 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #d54789 hue: 0.92 , saturation: 0.63 and the lightness value of d54789 is 0.56.

The process color (four color CMYK) of #d54789 color hex is 0.00, 0.67, 0.36, 0.16. Web safe color of #d54789 is #cc3399. Color #d54789 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000111 10001001
Octal 325 107 211
Decimal 213 71 137
Hex D5 47 89

RGB Percentages of Color #d54789

%50.59
%16.86
%32.54

CMYK Percentages of Color #d54789

%0
%67
%36
%16

Triadic Colors of #d54789

#d54789 #89d547 #4789d5

Analogous Colors of #d54789

#d54789 #d54c47 #d547d0

Monochromatic Colors of #d54789

#d54789

Complementary Color

#d54789 #47d593

#d54789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d54789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d54789 Color CSS Codes

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

#d54789 Text Font Color

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

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


#d54789 Background Color

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

This div background color is #d54789


#d54789 Border Color

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

This div border color is #d54789


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,71,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d54789


Comments

No comments written yet.

Please login to write comment.