Color Hex Logo

#e7858e Color Hex

#E7858E
(231,133,142)
0 Favorites   0 Comments

Color spaces of #e7858e

RGB 231133142
HSL0.980.670.71
HSV354°42°91°
CMYK 0.000.420.39   0.09
XYZ46.225035.717030.0489
Yxy35.71700.41280.3189
Hunter Lab59.763733.476612.0239
CIE-Lab66.303138.447611.6894

#e7858e color RGB value is (231,133,142).

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

The process color (four color CMYK) of #e7858e color hex is 0.00, 0.42, 0.39, 0.09. Web safe color of #e7858e is #ff9999. Color #e7858e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000101 10001110
Octal 347 205 216
Decimal 231 133 142
Hex E7 85 8E

RGB Percentages of Color #e7858e

%45.65
%26.28
%28.06

CMYK Percentages of Color #e7858e

%0
%42
%39
%9

Triadic Colors of #e7858e

#e7858e #8ee785 #858ee7

Analogous Colors of #e7858e

#e7858e #e7ad85 #e785bf

Monochromatic Colors of #e7858e

#e7858e

Complementary Color

#e7858e #85e7de

#e7858e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7858e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7858e Color CSS Codes

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

#e7858e Text Font Color

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

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


#e7858e Background Color

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

This div background color is #e7858e


#e7858e Border Color

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

This div border color is #e7858e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7858e


Comments

No comments written yet.

Please login to write comment.