Color Hex Logo

#eb39df Color Hex

#EB39DF
(235,57,223)
0 Favorites   0 Comments

Color spaces of #eb39df

RGB 23557223
HSL0.840.820.57
HSV304°76°92°
CMYK 0.000.760.05   0.08
XYZ49.043425.916172.2295
Yxy25.91610.33320.1761
Hunter Lab50.907982.8738-48.4868
CIE-Lab57.957382.2551-46.9148

#eb39df color RGB value is (235,57,223).

#eb39df hex color red value is 235, green value is 57 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #eb39df hue: 0.84 , saturation: 0.82 and the lightness value of eb39df is 0.57.

The process color (four color CMYK) of #eb39df color hex is 0.00, 0.76, 0.05, 0.08. Web safe color of #eb39df is #ff33cc. Color #eb39df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111001 11011111
Octal 353 71 337
Decimal 235 57 223
Hex EB 39 DF

RGB Percentages of Color #eb39df

%45.63
%11.07
%43.30

CMYK Percentages of Color #eb39df

%0
%76
%5
%8

Triadic Colors of #eb39df

#eb39df #dfeb39 #39dfeb

Analogous Colors of #eb39df

#eb39df #eb3986 #9e39eb

Monochromatic Colors of #eb39df

#eb39df

Complementary Color

#eb39df #39eb45

#eb39df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb39df Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb39df Color CSS Codes

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

#eb39df Text Font Color

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

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


#eb39df Background Color

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

This div background color is #eb39df


#eb39df Border Color

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

This div border color is #eb39df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb39df


Comments

No comments written yet.

Please login to write comment.