Color Hex Logo

#d556eb Color Hex

#D556EB
(213,86,235)
0 Favorites   0 Comments

Color spaces of #d556eb

RGB 21386235
HSL0.810.790.63
HSV291°63°92°
CMYK 0.090.630.00   0.08
XYZ45.763826.799981.3581
Yxy26.79990.29730.1741
Hunter Lab51.768667.2001-56.9405
CIE-Lab58.788769.5255-52.5402

#d556eb color RGB value is (213,86,235).

#d556eb hex color red value is 213, green value is 86 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d556eb hue: 0.81 , saturation: 0.79 and the lightness value of d556eb is 0.63.

The process color (four color CMYK) of #d556eb color hex is 0.09, 0.63, 0.00, 0.08. Web safe color of #d556eb is #cc66ff. Color #d556eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01010110 11101011
Octal 325 126 353
Decimal 213 86 235
Hex D5 56 EB

RGB Percentages of Color #d556eb

%39.89
%16.10
%44.01

CMYK Percentages of Color #d556eb

%9
%63
%0
%8

Triadic Colors of #d556eb

#d556eb #ebd556 #56ebd5

Analogous Colors of #d556eb

#d556eb #eb56b7 #8b56eb

Monochromatic Colors of #d556eb

#d556eb

Complementary Color

#d556eb #6ceb56

#d556eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d556eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d556eb Color CSS Codes

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

#d556eb Text Font Color

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

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


#d556eb Background Color

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

This div background color is #d556eb


#d556eb Border Color

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

This div border color is #d556eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d556eb


Comments

No comments written yet.

Please login to write comment.