Color Hex Logo

#eb7dbe Color Hex

#EB7DBE
(235,125,190)
0 Favorites   0 Comments

Color spaces of #eb7dbe

RGB 235125190
HSL0.900.730.71
HSV325°47°92°
CMYK 0.000.470.19   0.08
XYZ50.888836.047152.9908
Yxy36.04710.36370.2576
Hunter Lab60.039246.2266-10.3021
CIE-Lab66.555950.1605-14.9797

#eb7dbe color RGB value is (235,125,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111101 10111110
Octal 353 175 276
Decimal 235 125 190
Hex EB 7D BE

RGB Percentages of Color #eb7dbe

%42.73
%22.73
%34.55

CMYK Percentages of Color #eb7dbe

%0
%47
%19
%8

Triadic Colors of #eb7dbe

#eb7dbe #beeb7d #7dbeeb

Analogous Colors of #eb7dbe

#eb7dbe #eb7d87 #e17deb

Monochromatic Colors of #eb7dbe

#eb7dbe

Complementary Color

#eb7dbe #7debaa

#eb7dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7dbe Color CSS Codes

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

#eb7dbe Text Font Color

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

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


#eb7dbe Background Color

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

This div background color is #eb7dbe


#eb7dbe Border Color

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

This div border color is #eb7dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7dbe


Comments

No comments written yet.

Please login to write comment.