Color Hex Logo

#eb948e Color Hex

#EB948E
(235,148,142)
0 Favorites   0 Comments

Color spaces of #eb948e

RGB 235148142
HSL0.010.700.74
HSV40°92°
CMYK 0.000.370.40   0.08
XYZ49.733340.795030.8442
Yxy40.79500.40980.3361
Hunter Lab63.871027.215316.0777
CIE-Lab70.032132.080516.9798

#eb948e color RGB value is (235,148,142).

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

The process color (four color CMYK) of #eb948e color hex is 0.00, 0.37, 0.40, 0.08. Web safe color of #eb948e is #ff9999. Color #eb948e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010100 10001110
Octal 353 224 216
Decimal 235 148 142
Hex EB 94 8E

RGB Percentages of Color #eb948e

%44.76
%28.19
%27.05

CMYK Percentages of Color #eb948e

%0
%37
%40
%8

Triadic Colors of #eb948e

#eb948e #8eeb94 #948eeb

Analogous Colors of #eb948e

#eb948e #ebc38e #eb8eb7

Monochromatic Colors of #eb948e

#eb948e

Complementary Color

#eb948e #8ee5eb

#eb948e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb948e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb948e Color CSS Codes

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

#eb948e Text Font Color

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

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


#eb948e Background Color

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

This div background color is #eb948e


#eb948e Border Color

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

This div border color is #eb948e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb948e


Comments

No comments written yet.

Please login to write comment.