Color Hex Logo

#eb5157 Color Hex

#EB5157
(235,81,87)
0 Favorites   0 Comments

Color spaces of #eb5157

RGB 2358187
HSL0.990.790.62
HSV358°66°92°
CMYK 0.000.660.63   0.08
XYZ38.923724.235111.6432
Yxy24.23510.52040.3240
Hunter Lab49.229254.982420.4377
CIE-Lab56.322459.568529.7644

#eb5157 color RGB value is (235,81,87).

#eb5157 hex color red value is 235, green value is 81 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #eb5157 hue: 0.99 , saturation: 0.79 and the lightness value of eb5157 is 0.62.

The process color (four color CMYK) of #eb5157 color hex is 0.00, 0.66, 0.63, 0.08. Web safe color of #eb5157 is #ff6666. Color #eb5157 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010001 01010111
Octal 353 121 127
Decimal 235 81 87
Hex EB 51 57

RGB Percentages of Color #eb5157

%58.31
%20.10
%21.59

CMYK Percentages of Color #eb5157

%0
%66
%63
%8

Triadic Colors of #eb5157

#eb5157 #57eb51 #5157eb

Analogous Colors of #eb5157

#eb5157 #eb9851 #eb51a4

Monochromatic Colors of #eb5157

#eb5157

Complementary Color

#eb5157 #51ebe5

#eb5157 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5157 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5157 Color CSS Codes

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

#eb5157 Text Font Color

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

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


#eb5157 Background Color

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

This div background color is #eb5157


#eb5157 Border Color

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

This div border color is #eb5157


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5157


Comments

No comments written yet.

Please login to write comment.