Color Hex Logo

#e8699e Color Hex

#E8699E
(232,105,158)
0 Favorites   0 Comments

Color spaces of #e8699e

RGB 232105158
HSL0.930.730.66
HSV335°55°91°
CMYK 0.000.550.32   0.09
XYZ44.501829.727635.7402
Yxy29.72760.40470.2703
Hunter Lab54.523050.2768-0.6989
CIE-Lab61.418554.5541-4.4828

#e8699e color RGB value is (232,105,158).

#e8699e hex color red value is 232, green value is 105 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #e8699e hue: 0.93 , saturation: 0.73 and the lightness value of e8699e is 0.66.

The process color (four color CMYK) of #e8699e color hex is 0.00, 0.55, 0.32, 0.09. Web safe color of #e8699e is #ff6699. Color #e8699e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01101001 10011110
Octal 350 151 236
Decimal 232 105 158
Hex E8 69 9E

RGB Percentages of Color #e8699e

%46.87
%21.21
%31.92

CMYK Percentages of Color #e8699e

%0
%55
%32
%9

Triadic Colors of #e8699e

#e8699e #9ee869 #699ee8

Analogous Colors of #e8699e

#e8699e #e87469 #e869de

Monochromatic Colors of #e8699e

#e8699e

Complementary Color

#e8699e #69e8b3

#e8699e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8699e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8699e Color CSS Codes

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

#e8699e Text Font Color

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

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


#e8699e Background Color

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

This div background color is #e8699e


#e8699e Border Color

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

This div border color is #e8699e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8699e


Comments

No comments written yet.

Please login to write comment.