Color Hex Logo

#d56fbe Color Hex

#D56FBE
(213,111,190)
0 Favorites   0 Comments

Color spaces of #d56fbe

RGB 213111190
HSL0.870.550.64
HSV314°48°84°
CMYK 0.000.480.11   0.16
XYZ42.419329.232752.1219
Yxy29.23270.34270.2362
Hunter Lab54.067345.4272-19.3096
CIE-Lab60.986550.2630-23.7176

#d56fbe color RGB value is (213,111,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101111 10111110
Octal 325 157 276
Decimal 213 111 190
Hex D5 6F BE

RGB Percentages of Color #d56fbe

%41.44
%21.60
%36.96

CMYK Percentages of Color #d56fbe

%0
%48
%11
%16

Triadic Colors of #d56fbe

#d56fbe #bed56f #6fbed5

Analogous Colors of #d56fbe

#d56fbe #d56f8b #b96fd5

Monochromatic Colors of #d56fbe

#d56fbe

Complementary Color

#d56fbe #6fd586

#d56fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56fbe Color CSS Codes

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

#d56fbe Text Font Color

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

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


#d56fbe Background Color

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

This div background color is #d56fbe


#d56fbe Border Color

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

This div border color is #d56fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56fbe


Comments

No comments written yet.

Please login to write comment.