Color Hex Logo

#eb56db Color Hex

#EB56DB
(235,86,219)
0 Favorites   0 Comments

Color spaces of #eb56db

RGB 23586219
HSL0.850.790.63
HSV306°63°92°
CMYK 0.000.630.07   0.08
XYZ50.374929.432270.0438
Yxy29.43220.33620.1964
Hunter Lab54.251570.8052-38.5730
CIE-Lab61.161272.0423-39.6135

#eb56db color RGB value is (235,86,219).

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

The process color (four color CMYK) of #eb56db color hex is 0.00, 0.63, 0.07, 0.08. Web safe color of #eb56db is #ff66cc. Color #eb56db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010110 11011011
Octal 353 126 333
Decimal 235 86 219
Hex EB 56 DB

RGB Percentages of Color #eb56db

%43.52
%15.93
%40.56

CMYK Percentages of Color #eb56db

%0
%63
%7
%8

Triadic Colors of #eb56db

#eb56db #dbeb56 #56dbeb

Analogous Colors of #eb56db

#eb56db #eb5691 #b156eb

Monochromatic Colors of #eb56db

#eb56db

Complementary Color

#eb56db #56eb66

#eb56db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb56db Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb56db Color CSS Codes

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

#eb56db Text Font Color

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

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


#eb56db Background Color

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

This div background color is #eb56db


#eb56db Border Color

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

This div border color is #eb56db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb56db


Comments

No comments written yet.

Please login to write comment.