color codes Logo

#eb0dba color codes

#EB0DBA
(235,13,186)
0 Favorites   0 Comments

Color spaces of #eb0dba

RGB 23513186
HSL0.870.900.49
HSV313°94°92°
CMYK 0.000.940.21   0.08
XYZ43.267821.495248.3229
Yxy21.49520.38260.1901
Hunter Lab46.362985.4485-29.3424
CIE-Lab53.487385.1180-32.7498

#eb0dba color RGB value is (235,13,186).

#eb0dba hex color red value is 235, green value is 13 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #eb0dba hue: 0.87 , saturation: 0.90 and the lightness value of eb0dba is 0.49.

The process color (four color CMYK) of #eb0dba color code is 0.00, 0.94, 0.21, 0.08. Web safe color of #eb0dba is #ff00cc. Color #eb0dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00001101 10111010
Octal 353 15 272
Decimal 235 13 186
Hex EB D BA

RGB Percentages of Color #eb0dba

%54.15
%3.00
%42.86

CMYK Percentages of Color #eb0dba

%0
%94
%21
%8

Triadic Colors of #eb0dba

#eb0dba #baeb0d #0dbaeb

Analogous Colors of #eb0dba

#eb0dba #eb0d4b #ad0deb

Monochromatic Colors of #eb0dba

#eb0dba

Complementary Color

#eb0dba #0deb3e

#eb0dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb0dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb0dba Color CSS Codes

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

#eb0dba Text Font Color

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

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


#eb0dba Background Color

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

This div background color is #eb0dba


#eb0dba Border Color

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

This div border color is #eb0dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb0dba


Comments

No comments written yet.

Please login to write comment.