Color Hex Logo

#d56bba Color Hex

#D56BBA
(213,107,186)
0 Favorites   0 Comments

Color spaces of #d56bba

RGB 213107186
HSL0.880.560.63
HSV315°50°84°
CMYK 0.000.500.13   0.16
XYZ41.561228.206749.7083
Yxy28.20670.34790.2361
Hunter Lab53.110046.7427-18.3155
CIE-Lab60.075051.5975-22.8358

#d56bba color RGB value is (213,107,186).

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

The process color (four color CMYK) of #d56bba color hex is 0.00, 0.50, 0.13, 0.16. Web safe color of #d56bba is #cc66cc. Color #d56bba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101011 10111010
Octal 325 153 272
Decimal 213 107 186
Hex D5 6B BA

RGB Percentages of Color #d56bba

%42.09
%21.15
%36.76

CMYK Percentages of Color #d56bba

%0
%50
%13
%16

Triadic Colors of #d56bba

#d56bba #bad56b #6bbad5

Analogous Colors of #d56bba

#d56bba #d56b85 #bb6bd5

Monochromatic Colors of #d56bba

#d56bba

Complementary Color

#d56bba #6bd586

#d56bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56bba Color CSS Codes

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

#d56bba Text Font Color

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

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


#d56bba Background Color

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

This div background color is #d56bba


#d56bba Border Color

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

This div border color is #d56bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56bba


Comments

No comments written yet.

Please login to write comment.