Color Hex Logo

#e8688e Color Hex

#E8688E
(232,104,142)
0 Favorites   0 Comments

Color spaces of #e8688e

RGB 232104142
HSL0.950.740.66
HSV342°55°91°
CMYK 0.000.550.39   0.09
XYZ43.111529.009428.9183
Yxy29.00940.42670.2871
Hunter Lab53.860448.62125.8687
CIE-Lab60.789953.17733.8379

#e8688e color RGB value is (232,104,142).

#e8688e hex color red value is 232, green value is 104 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #e8688e hue: 0.95 , saturation: 0.74 and the lightness value of e8688e is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01101000 10001110
Octal 350 150 216
Decimal 232 104 142
Hex E8 68 8E

RGB Percentages of Color #e8688e

%48.54
%21.76
%29.71

CMYK Percentages of Color #e8688e

%0
%55
%39
%9

Triadic Colors of #e8688e

#e8688e #8ee868 #688ee8

Analogous Colors of #e8688e

#e8688e #e88268 #e868ce

Monochromatic Colors of #e8688e

#e8688e

Complementary Color

#e8688e #68e8c2

#e8688e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8688e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8688e Color CSS Codes

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

#e8688e Text Font Color

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

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


#e8688e Background Color

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

This div background color is #e8688e


#e8688e Border Color

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

This div border color is #e8688e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8688e


Comments

No comments written yet.

Please login to write comment.