Color Hex Logo

#d56dbb Color Hex

#D56DBB
(213,109,187)
0 Favorites   0 Comments

Color spaces of #d56dbb

RGB 213109187
HSL0.880.550.63
HSV315°49°84°
CMYK 0.000.490.12   0.16
XYZ41.878928.671350.3406
Yxy28.67130.34640.2372
Hunter Lab53.545645.9031-18.2593
CIE-Lab60.490450.7715-22.7698

#d56dbb color RGB value is (213,109,187).

#d56dbb hex color red value is 213, green value is 109 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d56dbb hue: 0.88 , saturation: 0.55 and the lightness value of d56dbb is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101101 10111011
Octal 325 155 273
Decimal 213 109 187
Hex D5 6D BB

RGB Percentages of Color #d56dbb

%41.85
%21.41
%36.74

CMYK Percentages of Color #d56dbb

%0
%49
%12
%16

Triadic Colors of #d56dbb

#d56dbb #bbd56d #6dbbd5

Analogous Colors of #d56dbb

#d56dbb #d56d87 #bb6dd5

Monochromatic Colors of #d56dbb

#d56dbb

Complementary Color

#d56dbb #6dd587

#d56dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56dbb Color CSS Codes

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

#d56dbb Text Font Color

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

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


#d56dbb Background Color

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

This div background color is #d56dbb


#d56dbb Border Color

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

This div border color is #d56dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56dbb


Comments

No comments written yet.

Please login to write comment.