Color Hex Logo

#eb7dde Color Hex

#EB7DDE
(235,125,222)
0 Favorites   0 Comments

Color spaces of #eb7dde

RGB 235125222
HSL0.850.730.71
HSV307°47°92°
CMYK 0.000.470.06   0.08
XYZ54.779437.603373.4782
Yxy37.60330.33030.2267
Hunter Lab61.321552.1439-28.1189
CIE-Lab67.727255.2055-31.0696

#eb7dde color RGB value is (235,125,222).

#eb7dde hex color red value is 235, green value is 125 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #eb7dde hue: 0.85 , saturation: 0.73 and the lightness value of eb7dde is 0.71.

The process color (four color CMYK) of #eb7dde color hex is 0.00, 0.47, 0.06, 0.08. Web safe color of #eb7dde is #ff66cc. Color #eb7dde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111101 11011110
Octal 353 175 336
Decimal 235 125 222
Hex EB 7D DE

RGB Percentages of Color #eb7dde

%40.38
%21.48
%38.14

CMYK Percentages of Color #eb7dde

%0
%47
%6
%8

Triadic Colors of #eb7dde

#eb7dde #deeb7d #7ddeeb

Analogous Colors of #eb7dde

#eb7dde #eb7da7 #c17deb

Monochromatic Colors of #eb7dde

#eb7dde

Complementary Color

#eb7dde #7deb8a

#eb7dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7dde Color CSS Codes

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

#eb7dde Text Font Color

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

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


#eb7dde Background Color

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

This div background color is #eb7dde


#eb7dde Border Color

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

This div border color is #eb7dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7dde


Comments

No comments written yet.

Please login to write comment.