Color Hex Logo

#eb5bda Color Hex

#EB5BDA
(235,91,218)
0 Favorites   0 Comments

Color spaces of #eb5bda

RGB 23591218
HSL0.850.780.64
HSV307°61°92°
CMYK 0.000.610.07   0.08
XYZ50.656930.206369.4901
Yxy30.20630.33690.2009
Hunter Lab54.960368.3431-36.4923
CIE-Lab61.831869.9053-38.0011

#eb5bda color RGB value is (235,91,218).

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

The process color (four color CMYK) of #eb5bda color hex is 0.00, 0.61, 0.07, 0.08. Web safe color of #eb5bda is #ff66cc. Color #eb5bda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011011 11011010
Octal 353 133 332
Decimal 235 91 218
Hex EB 5B DA

RGB Percentages of Color #eb5bda

%43.20
%16.73
%40.07

CMYK Percentages of Color #eb5bda

%0
%61
%7
%8

Triadic Colors of #eb5bda

#eb5bda #daeb5b #5bdaeb

Analogous Colors of #eb5bda

#eb5bda #eb5b92 #b45beb

Monochromatic Colors of #eb5bda

#eb5bda

Complementary Color

#eb5bda #5beb6c

#eb5bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5bda Color CSS Codes

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

#eb5bda Text Font Color

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

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


#eb5bda Background Color

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

This div background color is #eb5bda


#eb5bda Border Color

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

This div border color is #eb5bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5bda


Comments

No comments written yet.

Please login to write comment.