Color Hex Logo

#d56780 Color Hex

#D56780
(213,103,128)
0 Favorites   0 Comments

Color spaces of #d56780

RGB 213103128
HSL0.960.570.62
HSV346°52°84°
CMYK 0.000.520.40   0.16
XYZ36.187125.405123.4185
Yxy25.40510.42570.2988
Hunter Lab50.403539.94777.7351
CIE-Lab57.468045.71666.8397

#d56780 color RGB value is (213,103,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100111 10000000
Octal 325 147 200
Decimal 213 103 128
Hex D5 67 80

RGB Percentages of Color #d56780

%47.97
%23.20
%28.83

CMYK Percentages of Color #d56780

%0
%52
%40
%16

Triadic Colors of #d56780

#d56780 #80d567 #6780d5

Analogous Colors of #d56780

#d56780 #d58567 #d567b7

Monochromatic Colors of #d56780

#d56780

Complementary Color

#d56780 #67d5bc

#d56780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56780 Color CSS Codes

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

#d56780 Text Font Color

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

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


#d56780 Background Color

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

This div background color is #d56780


#d56780 Border Color

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

This div border color is #d56780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56780


Comments

No comments written yet.

Please login to write comment.