Color Hex Logo

#eb239e Color Hex

#EB239E
(235,35,158)
0 Favorites   0 Comments

Color spaces of #eb239e

RGB 23535158
HSL0.900.830.53
HSV323°85°92°
CMYK 0.000.850.33   0.08
XYZ41.033521.332934.3027
Yxy21.33290.42450.2207
Hunter Lab46.187677.7530-11.7024
CIE-Lab53.311979.1358-16.5845

#eb239e color RGB value is (235,35,158).

#eb239e hex color red value is 235, green value is 35 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #eb239e hue: 0.90 , saturation: 0.83 and the lightness value of eb239e is 0.53.

The process color (four color CMYK) of #eb239e color hex is 0.00, 0.85, 0.33, 0.08. Web safe color of #eb239e is #ff3399. Color #eb239e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100011 10011110
Octal 353 43 236
Decimal 235 35 158
Hex EB 23 9E

RGB Percentages of Color #eb239e

%54.91
%8.18
%36.92

CMYK Percentages of Color #eb239e

%0
%85
%33
%8

Triadic Colors of #eb239e

#eb239e #9eeb23 #239eeb

Analogous Colors of #eb239e

#eb239e #eb233a #d423eb

Monochromatic Colors of #eb239e

#eb239e

Complementary Color

#eb239e #23eb70

#eb239e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb239e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb239e Color CSS Codes

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

#eb239e Text Font Color

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

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


#eb239e Background Color

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

This div background color is #eb239e


#eb239e Border Color

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

This div border color is #eb239e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb239e


Comments

No comments written yet.

Please login to write comment.