Color Hex Logo

#eb848f Color Hex

#EB848F
(235,132,143)
0 Favorites   0 Comments

Color spaces of #eb848f

RGB 235132143
HSL0.980.720.72
HSV354°44°92°
CMYK 0.000.440.39   0.08
XYZ47.470136.147930.4619
Yxy36.14790.41610.3169
Hunter Lab60.123135.718912.0464
CIE-Lab66.632840.525811.6639

#eb848f color RGB value is (235,132,143).

#eb848f hex color red value is 235, green value is 132 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #eb848f hue: 0.98 , saturation: 0.72 and the lightness value of eb848f is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000100 10001111
Octal 353 204 217
Decimal 235 132 143
Hex EB 84 8F

RGB Percentages of Color #eb848f

%46.08
%25.88
%28.04

CMYK Percentages of Color #eb848f

%0
%44
%39
%8

Triadic Colors of #eb848f

#eb848f #8feb84 #848feb

Analogous Colors of #eb848f

#eb848f #ebad84 #eb84c3

Monochromatic Colors of #eb848f

#eb848f

Complementary Color

#eb848f #84ebe0

#eb848f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb848f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb848f Color CSS Codes

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

#eb848f Text Font Color

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

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


#eb848f Background Color

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

This div background color is #eb848f


#eb848f Border Color

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

This div border color is #eb848f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb848f


Comments

No comments written yet.

Please login to write comment.