Color Hex Logo

#eb298a Color Hex

#EB298A
(235,41,138)
0 Favorites   0 Comments

Color spaces of #eb298a

RGB 23541138
HSL0.920.830.54
HSV330°83°92°
CMYK 0.000.830.41   0.08
XYZ39.641321.083026.0249
Yxy21.08300.45700.2430
Hunter Lab45.916273.7527-1.4637
CIE-Lab53.040275.9839-5.0845

#eb298a color RGB value is (235,41,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00101001 10001010
Octal 353 51 212
Decimal 235 41 138
Hex EB 29 8A

RGB Percentages of Color #eb298a

%56.76
%9.90
%33.33

CMYK Percentages of Color #eb298a

%0
%83
%41
%8

Triadic Colors of #eb298a

#eb298a #8aeb29 #298aeb

Analogous Colors of #eb298a

#eb298a #eb2929 #eb29eb

Monochromatic Colors of #eb298a

#eb298a

Complementary Color

#eb298a #29eb8a

#eb298a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb298a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb298a Color CSS Codes

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

#eb298a Text Font Color

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

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


#eb298a Background Color

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

This div background color is #eb298a


#eb298a Border Color

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

This div border color is #eb298a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb298a


Comments

No comments written yet.

Please login to write comment.