Color Hex Logo

#eb728b Color Hex

#EB728B
(235,114,139)
0 Favorites   0 Comments

Color spaces of #eb728b

RGB 235114139
HSL0.970.750.68
HSV348°51°92°
CMYK 0.000.510.41   0.08
XYZ44.938531.560928.1494
Yxy31.56090.42940.3016
Hunter Lab56.179144.47149.6172
CIE-Lab62.978349.09668.7606

#eb728b color RGB value is (235,114,139).

#eb728b hex color red value is 235, green value is 114 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #eb728b hue: 0.97 , saturation: 0.75 and the lightness value of eb728b is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110010 10001011
Octal 353 162 213
Decimal 235 114 139
Hex EB 72 8B

RGB Percentages of Color #eb728b

%48.16
%23.36
%28.48

CMYK Percentages of Color #eb728b

%0
%51
%41
%8

Triadic Colors of #eb728b

#eb728b #8beb72 #728beb

Analogous Colors of #eb728b

#eb728b #eb9672 #eb72c8

Monochromatic Colors of #eb728b

#eb728b

Complementary Color

#eb728b #72ebd2

#eb728b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb728b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb728b Color CSS Codes

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

#eb728b Text Font Color

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

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


#eb728b Background Color

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

This div background color is #eb728b


#eb728b Border Color

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

This div border color is #eb728b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb728b


Comments

No comments written yet.

Please login to write comment.