Color Hex Logo

#e7869e Color Hex

#E7869E
(231,134,158)
0 Favorites   0 Comments

Color spaces of #e7869e

RGB 231134158
HSL0.960.670.72
HSV345°42°91°
CMYK 0.000.420.32   0.09
XYZ47.651636.507736.8829
Yxy36.50770.39370.3016
Hunter Lab60.421635.03656.1030
CIE-Lab66.906039.85293.5236

#e7869e color RGB value is (231,134,158).

#e7869e hex color red value is 231, green value is 134 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #e7869e hue: 0.96 , saturation: 0.67 and the lightness value of e7869e is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10000110 10011110
Octal 347 206 236
Decimal 231 134 158
Hex E7 86 9E

RGB Percentages of Color #e7869e

%44.17
%25.62
%30.21

CMYK Percentages of Color #e7869e

%0
%42
%32
%9

Triadic Colors of #e7869e

#e7869e #9ee786 #869ee7

Analogous Colors of #e7869e

#e7869e #e79f86 #e786cf

Monochromatic Colors of #e7869e

#e7869e

Complementary Color

#e7869e #86e7cf

#e7869e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7869e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7869e Color CSS Codes

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

#e7869e Text Font Color

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

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


#e7869e Background Color

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

This div background color is #e7869e


#e7869e Border Color

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

This div border color is #e7869e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(231,134,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7869e


Comments

No comments written yet.

Please login to write comment.