Color Hex Logo

#eb298c Color Hex

#EB298C
(235,41,140)
0 Favorites   0 Comments

Color spaces of #eb298c

RGB 23541140
HSL0.910.830.54
HSV329°83°92°
CMYK 0.000.830.40   0.08
XYZ39.787521.141526.7946
Yxy21.14150.45360.2410
Hunter Lab45.979973.9955-2.3651
CIE-Lab53.104076.1676-6.1863

#eb298c color RGB value is (235,41,140).

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

The process color (four color CMYK) of #eb298c color hex is 0.00, 0.83, 0.40, 0.08. Web safe color of #eb298c is #ff3399. Color #eb298c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00101001 10001100
Octal 353 51 214
Decimal 235 41 140
Hex EB 29 8C

RGB Percentages of Color #eb298c

%56.49
%9.86
%33.65

CMYK Percentages of Color #eb298c

%0
%83
%40
%8

Triadic Colors of #eb298c

#eb298c #8ceb29 #298ceb

Analogous Colors of #eb298c

#eb298c #eb292b #e929eb

Monochromatic Colors of #eb298c

#eb298c

Complementary Color

#eb298c #29eb88

#eb298c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb298c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb298c Color CSS Codes

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

#eb298c Text Font Color

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

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


#eb298c Background Color

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

This div background color is #eb298c


#eb298c Border Color

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

This div border color is #eb298c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb298c


Comments

No comments written yet.

Please login to write comment.