Color Hex Logo

#eb4ded Color Hex

#EB4DED
(235,77,237)
0 Favorites   0 Comments

Color spaces of #eb4ded

RGB 23577237
HSL0.830.820.62
HSV299°68°93°
CMYK 0.010.680.00   0.07
XYZ52.200929.084382.9833
Yxy29.08430.31780.1771
Hunter Lab53.929978.4001-53.4802
CIE-Lab60.856078.1891-50.1764

#eb4ded color RGB value is (235,77,237).

#eb4ded hex color red value is 235, green value is 77 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #eb4ded hue: 0.83 , saturation: 0.82 and the lightness value of eb4ded is 0.62.

The process color (four color CMYK) of #eb4ded color hex is 0.01, 0.68, 0.00, 0.07. Web safe color of #eb4ded is #ff66ff. Color #eb4ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001101 11101101
Octal 353 115 355
Decimal 235 77 237
Hex EB 4D ED

RGB Percentages of Color #eb4ded

%42.81
%14.03
%43.17

CMYK Percentages of Color #eb4ded

%1
%68
%0
%7

Triadic Colors of #eb4ded

#eb4ded #edeb4d #4dedeb

Analogous Colors of #eb4ded

#eb4ded #ed4d9f #9b4ded

Monochromatic Colors of #eb4ded

#eb4ded

Complementary Color

#eb4ded #4fed4d

#eb4ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4ded Color CSS Codes

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

#eb4ded Text Font Color

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

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


#eb4ded Background Color

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

This div background color is #eb4ded


#eb4ded Border Color

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

This div border color is #eb4ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4ded


Comments

No comments written yet.

Please login to write comment.