Color Hex Logo

#eb586e Color Hex

#EB586E
(235,88,110)
0 Favorites   0 Comments

Color spaces of #eb586e

RGB 23588110
HSL0.980.790.63
HSV351°63°92°
CMYK 0.000.630.53   0.08
XYZ40.565125.767417.5874
Yxy25.76740.48340.3070
Hunter Lab50.761653.811814.9909
CIE-Lab57.815658.279918.3476

#eb586e color RGB value is (235,88,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011000 01101110
Octal 353 130 156
Decimal 235 88 110
Hex EB 58 6E

RGB Percentages of Color #eb586e

%54.27
%20.32
%25.40

CMYK Percentages of Color #eb586e

%0
%63
%53
%8

Triadic Colors of #eb586e

#eb586e #6eeb58 #586eeb

Analogous Colors of #eb586e

#eb586e #eb8c58 #eb58b8

Monochromatic Colors of #eb586e

#eb586e

Complementary Color

#eb586e #58ebd5

#eb586e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb586e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb586e Color CSS Codes

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

#eb586e Text Font Color

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

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


#eb586e Background Color

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

This div background color is #eb586e


#eb586e Border Color

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

This div border color is #eb586e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb586e


Comments

No comments written yet.

Please login to write comment.