Color Hex Logo

#eb0fda Color Hex

#EB0FDA
(235,15,218)
0 Favorites   0 Comments

Color spaces of #eb0fda

RGB 23515218
HSL0.850.880.49
HSV305°94°92°
CMYK 0.000.940.07   0.08
XYZ47.086723.065868.3001
Yxy23.06580.34010.1666
Hunter Lab48.026990.9587-50.6988
CIE-Lab55.140088.9925-48.5500

#eb0fda color RGB value is (235,15,218).

#eb0fda hex color red value is 235, green value is 15 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #eb0fda hue: 0.85 , saturation: 0.88 and the lightness value of eb0fda is 0.49.

The process color (four color CMYK) of #eb0fda color hex is 0.00, 0.94, 0.07, 0.08. Web safe color of #eb0fda is #ff00cc. Color #eb0fda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00001111 11011010
Octal 353 17 332
Decimal 235 15 218
Hex EB F DA

RGB Percentages of Color #eb0fda

%50.21
%3.21
%46.58

CMYK Percentages of Color #eb0fda

%0
%94
%7
%8

Triadic Colors of #eb0fda

#eb0fda #daeb0f #0fdaeb

Analogous Colors of #eb0fda

#eb0fda #eb0f6c #8e0feb

Monochromatic Colors of #eb0fda

#eb0fda

Complementary Color

#eb0fda #0feb20

#eb0fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb0fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb0fda Color CSS Codes

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

#eb0fda Text Font Color

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

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


#eb0fda Background Color

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

This div background color is #eb0fda


#eb0fda Border Color

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

This div border color is #eb0fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb0fda


Comments

No comments written yet.

Please login to write comment.