Color Hex Logo

#eb739f Color Hex

#EB739F
(235,115,159)
0 Favorites   0 Comments

Color spaces of #eb739f

RGB 235115159
HSL0.940.750.69
HSV338°51°92°
CMYK 0.000.510.32   0.08
XYZ46.649732.426836.6012
Yxy32.42680.40330.2803
Hunter Lab56.944546.57661.7524
CIE-Lab63.694150.8940-1.6584

#eb739f color RGB value is (235,115,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110011 10011111
Octal 353 163 237
Decimal 235 115 159
Hex EB 73 9F

RGB Percentages of Color #eb739f

%46.17
%22.59
%31.24

CMYK Percentages of Color #eb739f

%0
%51
%32
%8

Triadic Colors of #eb739f

#eb739f #9feb73 #739feb

Analogous Colors of #eb739f

#eb739f #eb8373 #eb73db

Monochromatic Colors of #eb739f

#eb739f

Complementary Color

#eb739f #73ebbf

#eb739f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb739f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb739f Color CSS Codes

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

#eb739f Text Font Color

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

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


#eb739f Background Color

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

This div background color is #eb739f


#eb739f Border Color

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

This div border color is #eb739f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb739f


Comments

No comments written yet.

Please login to write comment.