Color Hex Logo

#d56486 Color Hex

#D56486
(213,100,134)
0 Favorites   0 Comments

Color spaces of #d56486

RGB 213100134
HSL0.950.570.61
HSV342°53°84°
CMYK 0.000.530.37   0.16
XYZ36.300824.981725.4629
Yxy24.98170.41850.2880
Hunter Lab49.981742.17334.7822
CIE-Lab57.057647.86492.7419

#d56486 color RGB value is (213,100,134).

#d56486 hex color red value is 213, green value is 100 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #d56486 hue: 0.95 , saturation: 0.57 and the lightness value of d56486 is 0.61.

The process color (four color CMYK) of #d56486 color hex is 0.00, 0.53, 0.37, 0.16. Web safe color of #d56486 is #cc6699. Color #d56486 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100100 10000110
Octal 325 144 206
Decimal 213 100 134
Hex D5 64 86

RGB Percentages of Color #d56486

%47.65
%22.37
%29.98

CMYK Percentages of Color #d56486

%0
%53
%37
%16

Triadic Colors of #d56486

#d56486 #86d564 #6486d5

Analogous Colors of #d56486

#d56486 #d57b64 #d564bf

Monochromatic Colors of #d56486

#d56486

Complementary Color

#d56486 #64d5b3

#d56486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56486 Color CSS Codes

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

#d56486 Text Font Color

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

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


#d56486 Background Color

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

This div background color is #d56486


#d56486 Border Color

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

This div border color is #d56486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56486


Comments

No comments written yet.

Please login to write comment.