Color Hex Logo

#d56bcb Color Hex

#D56BCB
(213,107,203)
0 Favorites   0 Comments

Color spaces of #d56bcb

RGB 213107203
HSL0.850.560.63
HSV306°50°84°
CMYK 0.000.500.05   0.16
XYZ43.477828.973359.8008
Yxy28.97330.32870.2191
Hunter Lab53.826949.9836-28.1915
CIE-Lab60.758154.3996-31.4453

#d56bcb color RGB value is (213,107,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01101011 11001011
Octal 325 153 313
Decimal 213 107 203
Hex D5 6B CB

RGB Percentages of Color #d56bcb

%40.73
%20.46
%38.81

CMYK Percentages of Color #d56bcb

%0
%50
%5
%16

Triadic Colors of #d56bcb

#d56bcb #cbd56b #6bcbd5

Analogous Colors of #d56bcb

#d56bcb #d56b96 #aa6bd5

Monochromatic Colors of #d56bcb

#d56bcb

Complementary Color

#d56bcb #6bd575

#d56bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d56bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d56bcb Color CSS Codes

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

#d56bcb Text Font Color

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

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


#d56bcb Background Color

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

This div background color is #d56bcb


#d56bcb Border Color

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

This div border color is #d56bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d56bcb


Comments

No comments written yet.

Please login to write comment.