Color Hex Logo

#eb248f Color Hex

#EB248F
(235,36,143)
0 Favorites   0 Comments

Color spaces of #eb248f

RGB 23536143
HSL0.910.830.53
HSV328°85°92°
CMYK 0.000.850.39   0.08
XYZ39.849820.907127.9218
Yxy20.90710.44940.2358
Hunter Lab45.724375.5495-4.1988
CIE-Lab52.847777.4676-8.3617

#eb248f color RGB value is (235,36,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100100 10001111
Octal 353 44 217
Decimal 235 36 143
Hex EB 24 8F

RGB Percentages of Color #eb248f

%56.76
%8.70
%34.54

CMYK Percentages of Color #eb248f

%0
%85
%39
%8

Triadic Colors of #eb248f

#eb248f #8feb24 #248feb

Analogous Colors of #eb248f

#eb248f #eb242c #e424eb

Monochromatic Colors of #eb248f

#eb248f

Complementary Color

#eb248f #24eb80

#eb248f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb248f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb248f Color CSS Codes

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

#eb248f Text Font Color

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

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


#eb248f Background Color

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

This div background color is #eb248f


#eb248f Border Color

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

This div border color is #eb248f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb248f


Comments

No comments written yet.

Please login to write comment.