Color Hex Logo

#eb49db Color Hex

#EB49DB
(235,73,219)
0 Favorites   0 Comments

Color spaces of #eb49db

RGB 23573219
HSL0.850.800.60
HSV306°69°92°
CMYK 0.000.690.07   0.08
XYZ49.429727.541769.7287
Yxy27.54170.33690.1877
Hunter Lab52.480276.2841-42.0405
CIE-Lab59.472476.7747-42.2658

#eb49db color RGB value is (235,73,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001001 11011011
Octal 353 111 333
Decimal 235 73 219
Hex EB 49 DB

RGB Percentages of Color #eb49db

%44.59
%13.85
%41.56

CMYK Percentages of Color #eb49db

%0
%69
%7
%8

Triadic Colors of #eb49db

#eb49db #dbeb49 #49dbeb

Analogous Colors of #eb49db

#eb49db #eb498a #aa49eb

Monochromatic Colors of #eb49db

#eb49db

Complementary Color

#eb49db #49eb59

#eb49db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb49db Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb49db Color CSS Codes

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

#eb49db Text Font Color

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

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


#eb49db Background Color

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

This div background color is #eb49db


#eb49db Border Color

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

This div border color is #eb49db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb49db


Comments

No comments written yet.

Please login to write comment.