Color Hex Logo

#eb739e Color Hex

#EB739E
(235,115,158)
0 Favorites   0 Comments

Color spaces of #eb739e

RGB 235115158
HSL0.940.750.69
HSV339°51°92°
CMYK 0.000.510.33   0.08
XYZ46.563232.392336.1459
Yxy32.39230.40450.2814
Hunter Lab56.914246.43622.1852
CIE-Lab63.665850.7720-1.1281

#eb739e color RGB value is (235,115,158).

#eb739e hex color red value is 235, green value is 115 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #eb739e hue: 0.94 , saturation: 0.75 and the lightness value of eb739e is 0.69.

The process color (four color CMYK) of #eb739e color hex is 0.00, 0.51, 0.33, 0.08. Web safe color of #eb739e is #ff6699. Color #eb739e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110011 10011110
Octal 353 163 236
Decimal 235 115 158
Hex EB 73 9E

RGB Percentages of Color #eb739e

%46.26
%22.64
%31.10

CMYK Percentages of Color #eb739e

%0
%51
%33
%8

Triadic Colors of #eb739e

#eb739e #9eeb73 #739eeb

Analogous Colors of #eb739e

#eb739e #eb8473 #eb73da

Monochromatic Colors of #eb739e

#eb739e

Complementary Color

#eb739e #73ebc0

#eb739e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb739e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb739e Color CSS Codes

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

#eb739e Text Font Color

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

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


#eb739e Background Color

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

This div background color is #eb739e


#eb739e Border Color

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

This div border color is #eb739e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb739e


Comments

No comments written yet.

Please login to write comment.