Color Hex Logo

#eb839c Color Hex

#EB839C
(235,131,156)
0 Favorites   0 Comments

Color spaces of #eb839c

RGB 235131156
HSL0.960.720.72
HSV346°44°92°
CMYK 0.000.440.34   0.08
XYZ48.378036.295135.9083
Yxy36.29510.40120.3010
Hunter Lab60.245437.90886.8329
CIE-Lab66.744842.55614.4846

#eb839c color RGB value is (235,131,156).

#eb839c hex color red value is 235, green value is 131 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #eb839c hue: 0.96 , saturation: 0.72 and the lightness value of eb839c is 0.72.

The process color (four color CMYK) of #eb839c color hex is 0.00, 0.44, 0.34, 0.08. Web safe color of #eb839c is #ff9999. Color #eb839c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000011 10011100
Octal 353 203 234
Decimal 235 131 156
Hex EB 83 9C

RGB Percentages of Color #eb839c

%45.02
%25.10
%29.89

CMYK Percentages of Color #eb839c

%0
%44
%34
%8

Triadic Colors of #eb839c

#eb839c #9ceb83 #839ceb

Analogous Colors of #eb839c

#eb839c #eb9e83 #eb83d0

Monochromatic Colors of #eb839c

#eb839c

Complementary Color

#eb839c #83ebd2

#eb839c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb839c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb839c Color CSS Codes

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

#eb839c Text Font Color

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

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


#eb839c Background Color

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

This div background color is #eb839c


#eb839c Border Color

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

This div border color is #eb839c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb839c


Comments

No comments written yet.

Please login to write comment.