Color Hex Logo

#d56989 Color Hex

#D56989
(213,105,137)
0 Favorites   0 Comments

Color spaces of #d56989

RGB 213105137
HSL0.950.560.62
HSV342°51°84°
CMYK 0.000.510.36   0.16
XYZ37.007526.055426.7456
Yxy26.05540.41210.2901
Hunter Lab51.044540.08554.6652
CIE-Lab58.089645.75552.4860

#d56989 color RGB value is (213,105,137).

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

The process color (four color CMYK) of #d56989 color hex is 0.00, 0.51, 0.36, 0.16. Web safe color of #d56989 is #cc6699. Color #d56989 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101001 10001001
Octal 325 151 211
Decimal 213 105 137
Hex D5 69 89

RGB Percentages of Color #d56989

%46.81
%23.08
%30.11

CMYK Percentages of Color #d56989

%0
%51
%36
%16

Triadic Colors of #d56989

#d56989 #89d569 #6989d5

Analogous Colors of #d56989

#d56989 #d57f69 #d569bf

Monochromatic Colors of #d56989

#d56989

Complementary Color

#d56989 #69d5b5

#d56989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56989 Color CSS Codes

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

#d56989 Text Font Color

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

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


#d56989 Background Color

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

This div background color is #d56989


#d56989 Border Color

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

This div border color is #d56989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56989


Comments

No comments written yet.

Please login to write comment.