Color Hex Logo

#eb5e55 Color Hex

#EB5E55
(235,94,85)
1 Favorites   0 Comments

Color spaces of #eb5e55

RGB 2359485
HSL0.010.790.63
HSV64°92°
CMYK 0.000.600.64   0.08
XYZ39.903326.323511.5721
Yxy26.32350.51290.3384
Hunter Lab51.306449.041222.5417
CIE-Lab58.342853.948933.4415

#eb5e55 color RGB value is (235,94,85).

#eb5e55 hex color red value is 235, green value is 94 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #eb5e55 hue: 0.01 , saturation: 0.79 and the lightness value of eb5e55 is 0.63.

The process color (four color CMYK) of #eb5e55 color hex is 0.00, 0.60, 0.64, 0.08. Web safe color of #eb5e55 is #ff6666. Color #eb5e55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011110 01010101
Octal 353 136 125
Decimal 235 94 85
Hex EB 5E 55

RGB Percentages of Color #eb5e55

%56.76
%22.71
%20.53

CMYK Percentages of Color #eb5e55

%0
%60
%64
%8

Triadic Colors of #eb5e55

#eb5e55 #55eb5e #5e55eb

Analogous Colors of #eb5e55

#eb5e55 #eba955 #eb5597

Monochromatic Colors of #eb5e55

#eb5e55

Complementary Color

#eb5e55 #55e2eb

#eb5e55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5e55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5e55 Color CSS Codes

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

#eb5e55 Text Font Color

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

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


#eb5e55 Background Color

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

This div background color is #eb5e55


#eb5e55 Border Color

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

This div border color is #eb5e55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5e55

#eb5e55 Color Palettes


Comments

No comments written yet.

Please login to write comment.