Color Hex Logo

#eb839b Color Hex

#EB839B
(235,131,155)
0 Favorites   0 Comments

Color spaces of #eb839b

RGB 235131155
HSL0.960.720.72
HSV346°44°92°
CMYK 0.000.440.34   0.08
XYZ48.293636.261335.4641
Yxy36.26130.40240.3021
Hunter Lab60.217437.77457.2342
CIE-Lab66.719142.43465.0124

#eb839b color RGB value is (235,131,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000011 10011011
Octal 353 203 233
Decimal 235 131 155
Hex EB 83 9B

RGB Percentages of Color #eb839b

%45.11
%25.14
%29.75

CMYK Percentages of Color #eb839b

%0
%44
%34
%8

Triadic Colors of #eb839b

#eb839b #9beb83 #839beb

Analogous Colors of #eb839b

#eb839b #eb9f83 #eb83cf

Monochromatic Colors of #eb839b

#eb839b

Complementary Color

#eb839b #83ebd3

#eb839b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb839b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb839b Color CSS Codes

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

#eb839b Text Font Color

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

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


#eb839b Background Color

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

This div background color is #eb839b


#eb839b Border Color

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

This div border color is #eb839b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb839b


Comments

No comments written yet.

Please login to write comment.