Color Hex Logo

#eb294e Color Hex

#EB294E
(235,41,78)
0 Favorites   0 Comments

Color spaces of #eb294e

RGB 2354178
HSL0.970.830.54
HSV349°83°92°
CMYK 0.000.830.67   0.08
XYZ36.429019.79819.1091
Yxy19.79810.55760.3030
Hunter Lab44.495168.275219.0086
CIE-Lab51.608271.780329.0939

#eb294e color RGB value is (235,41,78).

#eb294e hex color red value is 235, green value is 41 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #eb294e hue: 0.97 , saturation: 0.83 and the lightness value of eb294e is 0.54.

The process color (four color CMYK) of #eb294e color hex is 0.00, 0.83, 0.67, 0.08. Web safe color of #eb294e is #ff3366. Color #eb294e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00101001 01001110
Octal 353 51 116
Decimal 235 41 78
Hex EB 29 4E

RGB Percentages of Color #eb294e

%66.38
%11.58
%22.03

CMYK Percentages of Color #eb294e

%0
%83
%67
%8

Triadic Colors of #eb294e

#eb294e #4eeb29 #294eeb

Analogous Colors of #eb294e

#eb294e #eb6529 #eb29af

Monochromatic Colors of #eb294e

#eb294e

Complementary Color

#eb294e #29ebc6

#eb294e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb294e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb294e Color CSS Codes

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

#eb294e Text Font Color

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

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


#eb294e Background Color

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

This div background color is #eb294e


#eb294e Border Color

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

This div border color is #eb294e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb294e


Comments

No comments written yet.

Please login to write comment.