Color Hex Logo

#e7688e Color Hex

#E7688E
(231,104,142)
0 Favorites   0 Comments

Color spaces of #e7688e

RGB 231104142
HSL0.950.730.66
HSV342°55°91°
CMYK 0.000.550.39   0.09
XYZ42.787828.842528.9032
Yxy28.84250.42560.2869
Hunter Lab53.705248.22975.6848
CIE-Lab60.642452.84943.6059

#e7688e color RGB value is (231,104,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 01101000 10001110
Octal 347 150 216
Decimal 231 104 142
Hex E7 68 8E

RGB Percentages of Color #e7688e

%48.43
%21.80
%29.77

CMYK Percentages of Color #e7688e

%0
%55
%39
%9

Triadic Colors of #e7688e

#e7688e #8ee768 #688ee7

Analogous Colors of #e7688e

#e7688e #e78268 #e768ce

Monochromatic Colors of #e7688e

#e7688e

Complementary Color

#e7688e #68e7c1

#e7688e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7688e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7688e Color CSS Codes

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

#e7688e Text Font Color

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

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


#e7688e Background Color

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

This div background color is #e7688e


#e7688e Border Color

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

This div border color is #e7688e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7688e


Comments

No comments written yet.

Please login to write comment.