Color Hex Logo

#eb728d Color Hex

#EB728D
(235,114,141)
0 Favorites   0 Comments

Color spaces of #eb728d

RGB 235114141
HSL0.960.750.68
HSV347°51°92°
CMYK 0.000.510.40   0.08
XYZ45.086031.619928.9263
Yxy31.61990.42680.2993
Hunter Lab56.231644.71458.8625
CIE-Lab63.027549.31037.6839

#eb728d color RGB value is (235,114,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110010 10001101
Octal 353 162 215
Decimal 235 114 141
Hex EB 72 8D

RGB Percentages of Color #eb728d

%47.96
%23.27
%28.78

CMYK Percentages of Color #eb728d

%0
%51
%40
%8

Triadic Colors of #eb728d

#eb728d #8deb72 #728deb

Analogous Colors of #eb728d

#eb728d #eb9472 #eb72ca

Monochromatic Colors of #eb728d

#eb728d

Complementary Color

#eb728d #72ebd0

#eb728d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb728d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb728d Color CSS Codes

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

#eb728d Text Font Color

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

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


#eb728d Background Color

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

This div background color is #eb728d


#eb728d Border Color

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

This div border color is #eb728d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb728d


Comments

No comments written yet.

Please login to write comment.