Color Hex Logo

#e8858f Color Hex

#E8858F
(232,133,143)
0 Favorites   0 Comments

Color spaces of #e8858f

RGB 232133143
HSL0.980.680.72
HSV354°43°91°
CMYK 0.000.430.38   0.09
XYZ46.624235.914030.4613
Yxy35.91400.41260.3178
Hunter Lab59.928333.998511.8129
CIE-Lab66.454238.925211.3568

#e8858f color RGB value is (232,133,143).

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

The process color (four color CMYK) of #e8858f color hex is 0.00, 0.43, 0.38, 0.09. Web safe color of #e8858f is #ff9999. Color #e8858f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10000101 10001111
Octal 350 205 217
Decimal 232 133 143
Hex E8 85 8F

RGB Percentages of Color #e8858f

%45.67
%26.18
%28.15

CMYK Percentages of Color #e8858f

%0
%43
%38
%9

Triadic Colors of #e8858f

#e8858f #8fe885 #858fe8

Analogous Colors of #e8858f

#e8858f #e8ad85 #e885c1

Monochromatic Colors of #e8858f

#e8858f

Complementary Color

#e8858f #85e8de

#e8858f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8858f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8858f Color CSS Codes

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

#e8858f Text Font Color

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

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


#e8858f Background Color

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

This div background color is #e8858f


#e8858f Border Color

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

This div border color is #e8858f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,133,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 #e8858f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8858f


Comments

No comments written yet.

Please login to write comment.