Color Hex Logo

#eb657e Color Hex

#EB657E
(235,101,126)
0 Favorites   0 Comments

Color spaces of #eb657e

RGB 235101126
HSL0.970.770.66
HSV349°57°92°
CMYK 0.000.570.46   0.08
XYZ42.680528.475922.9855
Yxy28.47590.45340.3025
Hunter Lab53.362849.382511.8154
CIE-Lab60.316353.934412.4936

#eb657e color RGB value is (235,101,126).

#eb657e hex color red value is 235, green value is 101 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #eb657e hue: 0.97 , saturation: 0.77 and the lightness value of eb657e is 0.66.

The process color (four color CMYK) of #eb657e color hex is 0.00, 0.57, 0.46, 0.08. Web safe color of #eb657e is #ff6666. Color #eb657e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100101 01111110
Octal 353 145 176
Decimal 235 101 126
Hex EB 65 7E

RGB Percentages of Color #eb657e

%50.87
%21.86
%27.27

CMYK Percentages of Color #eb657e

%0
%57
%46
%8

Triadic Colors of #eb657e

#eb657e #7eeb65 #657eeb

Analogous Colors of #eb657e

#eb657e #eb8f65 #eb65c1

Monochromatic Colors of #eb657e

#eb657e

Complementary Color

#eb657e #65ebd2

#eb657e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb657e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb657e Color CSS Codes

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

#eb657e Text Font Color

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

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


#eb657e Background Color

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

This div background color is #eb657e


#eb657e Border Color

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

This div border color is #eb657e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb657e


Comments

No comments written yet.

Please login to write comment.