Color Hex Logo

#eb7ebe Color Hex

#EB7EBE
(235,126,190)
0 Favorites   0 Comments

Color spaces of #eb7ebe

RGB 235126190
HSL0.900.730.71
HSV325°46°92°
CMYK 0.000.460.19   0.08
XYZ51.016136.301653.0333
Yxy36.30160.36350.2586
Hunter Lab60.250845.7022-10.0120
CIE-Lab66.749749.6633-14.6875

#eb7ebe color RGB value is (235,126,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111110 10111110
Octal 353 176 276
Decimal 235 126 190
Hex EB 7E BE

RGB Percentages of Color #eb7ebe

%42.65
%22.87
%34.48

CMYK Percentages of Color #eb7ebe

%0
%46
%19
%8

Triadic Colors of #eb7ebe

#eb7ebe #beeb7e #7ebeeb

Analogous Colors of #eb7ebe

#eb7ebe #eb7e88 #e27eeb

Monochromatic Colors of #eb7ebe

#eb7ebe

Complementary Color

#eb7ebe #7eebab

#eb7ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7ebe Color CSS Codes

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

#eb7ebe Text Font Color

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

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


#eb7ebe Background Color

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

This div background color is #eb7ebe


#eb7ebe Border Color

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

This div border color is #eb7ebe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,126,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 #eb7ebe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7ebe


Comments

No comments written yet.

Please login to write comment.