Color Hex Logo

#eb7988 Color Hex

#EB7988
(235,121,136)
0 Favorites   0 Comments

Color spaces of #eb7988

RGB 235121136
HSL0.980.740.70
HSV352°49°92°
CMYK 0.000.490.42   0.08
XYZ45.542333.114527.2839
Yxy33.11450.42990.3126
Hunter Lab57.545240.564012.1705
CIE-Lab64.253545.336712.2787

#eb7988 color RGB value is (235,121,136).

#eb7988 hex color red value is 235, green value is 121 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #eb7988 hue: 0.98 , saturation: 0.74 and the lightness value of eb7988 is 0.70.

The process color (four color CMYK) of #eb7988 color hex is 0.00, 0.49, 0.42, 0.08. Web safe color of #eb7988 is #ff6699. Color #eb7988 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111001 10001000
Octal 353 171 210
Decimal 235 121 136
Hex EB 79 88

RGB Percentages of Color #eb7988

%47.76
%24.59
%27.64

CMYK Percentages of Color #eb7988

%0
%49
%42
%8

Triadic Colors of #eb7988

#eb7988 #88eb79 #7988eb

Analogous Colors of #eb7988

#eb7988 #eba379 #eb79c1

Monochromatic Colors of #eb7988

#eb7988

Complementary Color

#eb7988 #79ebdc

#eb7988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7988 Color CSS Codes

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

#eb7988 Text Font Color

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

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


#eb7988 Background Color

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

This div background color is #eb7988


#eb7988 Border Color

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

This div border color is #eb7988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7988


Comments

No comments written yet.

Please login to write comment.