Color Hex Logo

#eb0dbf Color Hex

#EB0DBF
(235,13,191)
0 Favorites   0 Comments

Color spaces of #eb0dbf

RGB 23513191
HSL0.870.900.49
HSV312°94°92°
CMYK 0.000.940.19   0.08
XYZ43.808821.711651.1720
Yxy21.71160.37540.1861
Hunter Lab46.595786.2814-32.4960
CIE-Lab53.719785.7127-35.2902

#eb0dbf color RGB value is (235,13,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00001101 10111111
Octal 353 15 277
Decimal 235 13 191
Hex EB D BF

RGB Percentages of Color #eb0dbf

%53.53
%2.96
%43.51

CMYK Percentages of Color #eb0dbf

%0
%94
%19
%8

Triadic Colors of #eb0dbf

#eb0dbf #bfeb0d #0dbfeb

Analogous Colors of #eb0dbf

#eb0dbf #eb0d50 #a80deb

Monochromatic Colors of #eb0dbf

#eb0dbf

Complementary Color

#eb0dbf #0deb39

#eb0dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb0dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb0dbf Color CSS Codes

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

#eb0dbf Text Font Color

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

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


#eb0dbf Background Color

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

This div background color is #eb0dbf


#eb0dbf Border Color

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

This div border color is #eb0dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb0dbf


Comments

No comments written yet.

Please login to write comment.