Color Hex Logo

#d56782 Color Hex

#D56782
(213,103,130)
0 Favorites   0 Comments

Color spaces of #d56782

RGB 213103130
HSL0.960.570.62
HSV345°52°84°
CMYK 0.000.520.39   0.16
XYZ36.320125.458324.1188
Yxy25.45830.42280.2964
Hunter Lab50.456240.19206.9779
CIE-Lab57.519345.93925.7453

#d56782 color RGB value is (213,103,130).

#d56782 hex color red value is 213, green value is 103 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #d56782 hue: 0.96 , saturation: 0.57 and the lightness value of d56782 is 0.62.

The process color (four color CMYK) of #d56782 color hex is 0.00, 0.52, 0.39, 0.16. Web safe color of #d56782 is #cc6699. Color #d56782 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100111 10000010
Octal 325 147 202
Decimal 213 103 130
Hex D5 67 82

RGB Percentages of Color #d56782

%47.76
%23.09
%29.15

CMYK Percentages of Color #d56782

%0
%52
%39
%16

Triadic Colors of #d56782

#d56782 #82d567 #6782d5

Analogous Colors of #d56782

#d56782 #d58367 #d567b9

Monochromatic Colors of #d56782

#d56782

Complementary Color

#d56782 #67d5ba

#d56782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56782 Color CSS Codes

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

#d56782 Text Font Color

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

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


#d56782 Background Color

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

This div background color is #d56782


#d56782 Border Color

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

This div border color is #d56782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56782


Comments

No comments written yet.

Please login to write comment.