Color Hex Logo

#eb857b Color Hex

#EB857B
(235,133,123)
0 Favorites   0 Comments

Color spaces of #eb857b

RGB 235133123
HSL0.010.740.70
HSV48°92°
CMYK 0.000.430.48   0.08
XYZ46.223635.867323.2257
Yxy35.86730.43890.3406
Hunter Lab59.889332.963118.9292
CIE-Lab66.418437.946722.6012

#eb857b color RGB value is (235,133,123).

#eb857b hex color red value is 235, green value is 133 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #eb857b hue: 0.01 , saturation: 0.74 and the lightness value of eb857b is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000101 01111011
Octal 353 205 173
Decimal 235 133 123
Hex EB 85 7B

RGB Percentages of Color #eb857b

%47.86
%27.09
%25.05

CMYK Percentages of Color #eb857b

%0
%43
%48
%8

Triadic Colors of #eb857b

#eb857b #7beb85 #857beb

Analogous Colors of #eb857b

#eb857b #ebbd7b #eb7ba9

Monochromatic Colors of #eb857b

#eb857b

Complementary Color

#eb857b #7be1eb

#eb857b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb857b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb857b Color CSS Codes

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

#eb857b Text Font Color

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

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


#eb857b Background Color

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

This div background color is #eb857b


#eb857b Border Color

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

This div border color is #eb857b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb857b


Comments

No comments written yet.

Please login to write comment.