Color Hex Logo

#eb397b Color Hex

#EB397B
(235,57,123)
0 Favorites   0 Comments

Color spaces of #eb397b

RGB 23557123
HSL0.940.820.57
HSV338°76°92°
CMYK 0.000.760.48   0.08
XYZ39.299222.018520.9176
Yxy22.01850.47790.2677
Hunter Lab46.923967.37876.4166
CIE-Lab54.046670.56825.3679

#eb397b color RGB value is (235,57,123).

#eb397b hex color red value is 235, green value is 57 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #eb397b hue: 0.94 , saturation: 0.82 and the lightness value of eb397b is 0.57.

The process color (four color CMYK) of #eb397b color hex is 0.00, 0.76, 0.48, 0.08. Web safe color of #eb397b is #ff3366. Color #eb397b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111001 01111011
Octal 353 71 173
Decimal 235 57 123
Hex EB 39 7B

RGB Percentages of Color #eb397b

%56.63
%13.73
%29.64

CMYK Percentages of Color #eb397b

%0
%76
%48
%8

Triadic Colors of #eb397b

#eb397b #7beb39 #397beb

Analogous Colors of #eb397b

#eb397b #eb5039 #eb39d4

Monochromatic Colors of #eb397b

#eb397b

Complementary Color

#eb397b #39eba9

#eb397b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb397b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb397b Color CSS Codes

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

#eb397b Text Font Color

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

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


#eb397b Background Color

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

This div background color is #eb397b


#eb397b Border Color

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

This div border color is #eb397b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb397b

#eb397b Color Palettes


Comments

No comments written yet.

Please login to write comment.