Color Hex Logo

#eb5766 Color Hex

#EB5766
(235,87,102)
0 Favorites   0 Comments

Color spaces of #eb5766

RGB 23587102
HSL0.980.790.63
HSV354°63°92°
CMYK 0.000.630.57   0.08
XYZ40.067425.437915.3686
Yxy25.43790.49540.3145
Hunter Lab50.436053.541117.2387
CIE-Lab57.499658.096022.5906

#eb5766 color RGB value is (235,87,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010111 01100110
Octal 353 127 146
Decimal 235 87 102
Hex EB 57 66

RGB Percentages of Color #eb5766

%55.42
%20.52
%24.06

CMYK Percentages of Color #eb5766

%0
%63
%57
%8

Triadic Colors of #eb5766

#eb5766 #66eb57 #5766eb

Analogous Colors of #eb5766

#eb5766 #eb9257 #eb57b0

Monochromatic Colors of #eb5766

#eb5766

Complementary Color

#eb5766 #57ebdc

#eb5766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5766 Color CSS Codes

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

#eb5766 Text Font Color

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

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


#eb5766 Background Color

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

This div background color is #eb5766


#eb5766 Border Color

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

This div border color is #eb5766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5766


Comments

No comments written yet.

Please login to write comment.