Color Hex Logo

#eb19de Color Hex

#EB19DE
(235,25,222)
0 Favorites   0 Comments

Color spaces of #eb19de

RGB 23525222
HSL0.840.840.51
HSV304°89°92°
CMYK 0.000.890.06   0.08
XYZ47.793423.631471.1496
Yxy23.63140.33520.1657
Hunter Lab48.612190.4224-52.7494
CIE-Lab55.716888.4758-49.9041

#eb19de color RGB value is (235,25,222).

#eb19de hex color red value is 235, green value is 25 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #eb19de hue: 0.84 , saturation: 0.84 and the lightness value of eb19de is 0.51.

The process color (four color CMYK) of #eb19de color hex is 0.00, 0.89, 0.06, 0.08. Web safe color of #eb19de is #ff00cc. Color #eb19de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00011001 11011110
Octal 353 31 336
Decimal 235 25 222
Hex EB 19 DE

RGB Percentages of Color #eb19de

%48.76
%5.19
%46.06

CMYK Percentages of Color #eb19de

%0
%89
%6
%8

Triadic Colors of #eb19de

#eb19de #deeb19 #19deeb

Analogous Colors of #eb19de

#eb19de #eb1975 #8f19eb

Monochromatic Colors of #eb19de

#eb19de

Complementary Color

#eb19de #19eb26

#eb19de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb19de Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb19de Color CSS Codes

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

#eb19de Text Font Color

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

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


#eb19de Background Color

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

This div background color is #eb19de


#eb19de Border Color

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

This div border color is #eb19de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb19de


Comments

No comments written yet.

Please login to write comment.