Color Hex Logo

#eb875e Color Hex

#EB875E
(235,135,94)
0 Favorites   0 Comments

Color spaces of #eb875e

RGB 23513594
HSL0.050.780.65
HSV17°60°92°
CMYK 0.000.430.60   0.08
XYZ44.945335.798315.1306
Yxy35.79830.46880.3734
Hunter Lab59.831729.383026.8886
CIE-Lab66.365534.516138.4169

#eb875e color RGB value is (235,135,94).

#eb875e hex color red value is 235, green value is 135 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #eb875e hue: 0.05 , saturation: 0.78 and the lightness value of eb875e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000111 01011110
Octal 353 207 136
Decimal 235 135 94
Hex EB 87 5E

RGB Percentages of Color #eb875e

%50.65
%29.09
%20.26

CMYK Percentages of Color #eb875e

%0
%43
%60
%8

Triadic Colors of #eb875e

#eb875e #5eeb87 #875eeb

Analogous Colors of #eb875e

#eb875e #ebce5e #eb5e7c

Monochromatic Colors of #eb875e

#eb875e

Complementary Color

#eb875e #5ec2eb

#eb875e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb875e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb875e Color CSS Codes

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

#eb875e Text Font Color

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

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


#eb875e Background Color

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

This div background color is #eb875e


#eb875e Border Color

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

This div border color is #eb875e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb875e


Comments

No comments written yet.

Please login to write comment.