Color Hex Logo

#d56cbf Color Hex

#D56CBF
(213,108,191)
0 Favorites   0 Comments

Color spaces of #d56cbf

RGB 213108191
HSL0.870.560.63
HSV313°49°84°
CMYK 0.000.490.10   0.16
XYZ42.207128.632852.5923
Yxy28.63280.34190.2320
Hunter Lab53.509647.1546-20.8168
CIE-Lab60.456251.9105-25.1011

#d56cbf color RGB value is (213,108,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101100 10111111
Octal 325 154 277
Decimal 213 108 191
Hex D5 6C BF

RGB Percentages of Color #d56cbf

%41.60
%21.09
%37.30

CMYK Percentages of Color #d56cbf

%0
%49
%10
%16

Triadic Colors of #d56cbf

#d56cbf #bfd56c #6cbfd5

Analogous Colors of #d56cbf

#d56cbf #d56c8b #b76cd5

Monochromatic Colors of #d56cbf

#d56cbf

Complementary Color

#d56cbf #6cd582

#d56cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56cbf Color CSS Codes

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

#d56cbf Text Font Color

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

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


#d56cbf Background Color

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

This div background color is #d56cbf


#d56cbf Border Color

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

This div border color is #d56cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56cbf


Comments

No comments written yet.

Please login to write comment.