color codes Logo

#eb0bda color codes

#EB0BDA
(235,11,218)
0 Favorites   0 Comments

Color spaces of #eb0bda

RGB 23511218
HSL0.850.910.48
HSV305°95°92°
CMYK 0.000.950.07   0.08
XYZ47.035522.963568.2830
Yxy22.96350.34010.1661
Hunter Lab47.920291.3439-50.9399
CIE-Lab55.034789.3031-48.7173

#eb0bda color RGB value is (235,11,218).

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

The process color (four color CMYK) of #eb0bda color code is 0.00, 0.95, 0.07, 0.08. Web safe color of #eb0bda is #ff00cc. Color #eb0bda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00001011 11011010
Octal 353 13 332
Decimal 235 11 218
Hex EB B DA

RGB Percentages of Color #eb0bda

%50.65
%2.37
%46.98

CMYK Percentages of Color #eb0bda

%0
%95
%7
%8

Triadic Colors of #eb0bda

#eb0bda #daeb0b #0bdaeb

Analogous Colors of #eb0bda

#eb0bda #eb0b6a #8c0beb

Monochromatic Colors of #eb0bda

#eb0bda

Complementary Color

#eb0bda #0beb1c

#eb0bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb0bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb0bda Color CSS Codes

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

#eb0bda Text Font Color

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

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


#eb0bda Background Color

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

This div background color is #eb0bda


#eb0bda Border Color

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

This div border color is #eb0bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb0bda


Comments

No comments written yet.

Please login to write comment.