Color Hex Logo

#d556ce Color Hex

#D556CE
(213,86,206)
0 Favorites   0 Comments

Color spaces of #d556ce

RGB 21386206
HSL0.840.600.59
HSV303°60°84°
CMYK 0.000.600.03   0.16
XYZ41.908925.257961.0589
Yxy25.25790.32680.1970
Hunter Lab50.257260.8988-36.8530
CIE-Lab57.325864.5028-38.5036

#d556ce color RGB value is (213,86,206).

#d556ce hex color red value is 213, green value is 86 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d556ce hue: 0.84 , saturation: 0.60 and the lightness value of d556ce is 0.59.

The process color (four color CMYK) of #d556ce color hex is 0.00, 0.60, 0.03, 0.16. Web safe color of #d556ce is #cc66cc. Color #d556ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010110 11001110
Octal 325 126 316
Decimal 213 86 206
Hex D5 56 CE

RGB Percentages of Color #d556ce

%42.18
%17.03
%40.79

CMYK Percentages of Color #d556ce

%0
%60
%3
%16

Triadic Colors of #d556ce

#d556ce #ced556 #56ced5

Analogous Colors of #d556ce

#d556ce #d5568f #9d56d5

Monochromatic Colors of #d556ce

#d556ce

Complementary Color

#d556ce #56d55d

#d556ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d556ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d556ce Color CSS Codes

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

#d556ce Text Font Color

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

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


#d556ce Background Color

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

This div background color is #d556ce


#d556ce Border Color

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

This div border color is #d556ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d556ce


Comments

No comments written yet.

Please login to write comment.