Color Hex Logo

#eb877f Color Hex

#EB877F
(235,135,127)
0 Favorites   0 Comments

Color spaces of #eb877f

RGB 235135127
HSL0.010.730.71
HSV46°92°
CMYK 0.000.430.46   0.08
XYZ46.755736.522424.6639
Yxy36.52240.43320.3384
Hunter Lab60.433832.340718.1065
CIE-Lab66.917237.299921.0437

#eb877f color RGB value is (235,135,127).

#eb877f hex color red value is 235, green value is 135 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #eb877f hue: 0.01 , saturation: 0.73 and the lightness value of eb877f is 0.71.

The process color (four color CMYK) of #eb877f color hex is 0.00, 0.43, 0.46, 0.08. Web safe color of #eb877f is #ff9966. Color #eb877f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000111 01111111
Octal 353 207 177
Decimal 235 135 127
Hex EB 87 7F

RGB Percentages of Color #eb877f

%47.28
%27.16
%25.55

CMYK Percentages of Color #eb877f

%0
%43
%46
%8

Triadic Colors of #eb877f

#eb877f #7feb87 #877feb

Analogous Colors of #eb877f

#eb877f #ebbd7f #eb7fad

Monochromatic Colors of #eb877f

#eb877f

Complementary Color

#eb877f #7fe3eb

#eb877f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb877f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb877f Color CSS Codes

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

#eb877f Text Font Color

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

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


#eb877f Background Color

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

This div background color is #eb877f


#eb877f Border Color

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

This div border color is #eb877f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb877f


Comments

No comments written yet.

Please login to write comment.