Color Hex Logo

#e4858e Color Hex

#E4858E
(228,133,142)
0 Favorites   0 Comments

Color spaces of #e4858e

RGB 228133142
HSL0.980.640.71
HSV354°42°89°
CMYK 0.000.420.38   0.11
XYZ45.264935.222030.0040
Yxy35.22200.40970.3188
Hunter Lab59.348132.283011.5691
CIE-Lab65.921137.352711.0957

#e4858e color RGB value is (228,133,142).

#e4858e hex color red value is 228, green value is 133 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #e4858e hue: 0.98 , saturation: 0.64 and the lightness value of e4858e is 0.71.

The process color (four color CMYK) of #e4858e color hex is 0.00, 0.42, 0.38, 0.11. Web safe color of #e4858e is #cc9999. Color #e4858e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000101 10001110
Octal 344 205 216
Decimal 228 133 142
Hex E4 85 8E

RGB Percentages of Color #e4858e

%45.33
%26.44
%28.23

CMYK Percentages of Color #e4858e

%0
%42
%38
%11

Triadic Colors of #e4858e

#e4858e #8ee485 #858ee4

Analogous Colors of #e4858e

#e4858e #e4ac85 #e485be

Monochromatic Colors of #e4858e

#e4858e

Complementary Color

#e4858e #85e4db

#e4858e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4858e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4858e Color CSS Codes

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

#e4858e Text Font Color

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

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


#e4858e Background Color

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

This div background color is #e4858e


#e4858e Border Color

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

This div border color is #e4858e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4858e


Comments

No comments written yet.

Please login to write comment.