Color Hex Logo

#d56cbe Color Hex

#D56CBE
(213,108,190)
0 Favorites   0 Comments

Color spaces of #d56cbe

RGB 213108190
HSL0.870.560.63
HSV313°49°84°
CMYK 0.000.490.11   0.16
XYZ42.097428.589052.0146
Yxy28.58900.34310.2330
Hunter Lab53.468746.9679-20.2495
CIE-Lab60.417251.7478-24.5916

#d56cbe color RGB value is (213,108,190).

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

The process color (four color CMYK) of #d56cbe color hex is 0.00, 0.49, 0.11, 0.16. Web safe color of #d56cbe is #cc66cc. Color #d56cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101100 10111110
Octal 325 154 276
Decimal 213 108 190
Hex D5 6C BE

RGB Percentages of Color #d56cbe

%41.68
%21.14
%37.18

CMYK Percentages of Color #d56cbe

%0
%49
%11
%16

Triadic Colors of #d56cbe

#d56cbe #bed56c #6cbed5

Analogous Colors of #d56cbe

#d56cbe #d56c8a #b86cd5

Monochromatic Colors of #d56cbe

#d56cbe

Complementary Color

#d56cbe #6cd583

#d56cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56cbe Color CSS Codes

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

#d56cbe Text Font Color

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

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


#d56cbe Background Color

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

This div background color is #d56cbe


#d56cbe Border Color

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

This div border color is #d56cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56cbe


Comments

No comments written yet.

Please login to write comment.