Color Hex Logo

#eb2bda Color Hex

#EB2BDA
(235,43,218)
0 Favorites   0 Comments

Color spaces of #eb2bda

RGB 23543218
HSL0.850.830.55
HSV305°82°92°
CMYK 0.000.820.07   0.08
XYZ47.779724.451968.5311
Yxy24.45190.33940.1737
Hunter Lab49.448985.9392-47.5557
CIE-Lab56.537484.9008-46.3335

#eb2bda color RGB value is (235,43,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00101011 11011010
Octal 353 53 332
Decimal 235 43 218
Hex EB 2B DA

RGB Percentages of Color #eb2bda

%47.38
%8.67
%43.95

CMYK Percentages of Color #eb2bda

%0
%82
%7
%8

Triadic Colors of #eb2bda

#eb2bda #daeb2b #2bdaeb

Analogous Colors of #eb2bda

#eb2bda #eb2b7a #9c2beb

Monochromatic Colors of #eb2bda

#eb2bda

Complementary Color

#eb2bda #2beb3c

#eb2bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb2bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb2bda Color CSS Codes

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

#eb2bda Text Font Color

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

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


#eb2bda Background Color

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

This div background color is #eb2bda


#eb2bda Border Color

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

This div border color is #eb2bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb2bda


Comments

No comments written yet.

Please login to write comment.