Color Hex Logo

#eb57db Color Hex

#EB57DB
(235,87,219)
0 Favorites   0 Comments

Color spaces of #eb57db

RGB 23587219
HSL0.850.790.63
HSV306°63°92°
CMYK 0.000.630.07   0.08
XYZ50.455329.593070.0706
Yxy29.59300.33610.1971
Hunter Lab54.399470.3591-38.2904
CIE-Lab61.301571.6528-39.3936

#eb57db color RGB value is (235,87,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010111 11011011
Octal 353 127 333
Decimal 235 87 219
Hex EB 57 DB

RGB Percentages of Color #eb57db

%43.44
%16.08
%40.48

CMYK Percentages of Color #eb57db

%0
%63
%7
%8

Triadic Colors of #eb57db

#eb57db #dbeb57 #57dbeb

Analogous Colors of #eb57db

#eb57db #eb5791 #b157eb

Monochromatic Colors of #eb57db

#eb57db

Complementary Color

#eb57db #57eb67

#eb57db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb57db Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb57db Color CSS Codes

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

#eb57db Text Font Color

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

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


#eb57db Background Color

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

This div background color is #eb57db


#eb57db Border Color

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

This div border color is #eb57db


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,87,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 #eb57db">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb57db


Comments

No comments written yet.

Please login to write comment.