Color Hex Logo

#eb31db Color Hex

#EB31DB
(235,49,219)
0 Favorites   0 Comments

Color spaces of #eb31db

RGB 23549219
HSL0.850.820.56
HSV305°79°92°
CMYK 0.000.790.07   0.08
XYZ48.145424.973369.3006
Yxy24.97330.33810.1754
Hunter Lab49.973384.5177-47.2393
CIE-Lab57.049483.7058-46.0899

#eb31db color RGB value is (235,49,219).

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

The process color (four color CMYK) of #eb31db color hex is 0.00, 0.79, 0.07, 0.08. Web safe color of #eb31db is #ff33cc. Color #eb31db contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110001 11011011
Octal 353 61 333
Decimal 235 49 219
Hex EB 31 DB

RGB Percentages of Color #eb31db

%46.72
%9.74
%43.54

CMYK Percentages of Color #eb31db

%0
%79
%7
%8

Triadic Colors of #eb31db

#eb31db #dbeb31 #31dbeb

Analogous Colors of #eb31db

#eb31db #eb317e #9e31eb

Monochromatic Colors of #eb31db

#eb31db

Complementary Color

#eb31db #31eb41

#eb31db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb31db Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb31db Color CSS Codes

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

#eb31db Text Font Color

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

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


#eb31db Background Color

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

This div background color is #eb31db


#eb31db Border Color

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

This div border color is #eb31db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb31db


Comments

No comments written yet.

Please login to write comment.