Color Hex Logo

#eb294a Color Hex

#EB294A
(235,41,74)
0 Favorites   0 Comments

Color spaces of #eb294a

RGB 2354174
HSL0.970.830.54
HSV350°83°92°
CMYK 0.000.830.69   0.08
XYZ36.289919.74258.3765
Yxy19.74250.56340.3065
Hunter Lab44.432568.031419.9253
CIE-Lab51.544871.590531.3955

#eb294a color RGB value is (235,41,74).

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

The process color (four color CMYK) of #eb294a color hex is 0.00, 0.83, 0.69, 0.08. Web safe color of #eb294a is #ff3333. Color #eb294a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00101001 01001010
Octal 353 51 112
Decimal 235 41 74
Hex EB 29 4A

RGB Percentages of Color #eb294a

%67.14
%11.71
%21.14

CMYK Percentages of Color #eb294a

%0
%83
%69
%8

Triadic Colors of #eb294a

#eb294a #4aeb29 #294aeb

Analogous Colors of #eb294a

#eb294a #eb6929 #eb29ab

Monochromatic Colors of #eb294a

#eb294a

Complementary Color

#eb294a #29ebca

#eb294a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb294a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb294a Color CSS Codes

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

#eb294a Text Font Color

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

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


#eb294a Background Color

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

This div background color is #eb294a


#eb294a Border Color

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

This div border color is #eb294a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb294a


Comments

No comments written yet.

Please login to write comment.