Color Hex Logo

#e4688e Color Hex

#E4688E
(228,104,142)
0 Favorites   0 Comments

Color spaces of #e4688e

RGB 228104142
HSL0.950.700.65
HSV342°54°89°
CMYK 0.000.540.38   0.11
XYZ41.827728.347628.8583
Yxy28.34760.42240.2862
Hunter Lab53.242547.05675.1336
CIE-Lab60.201551.86192.9123

#e4688e color RGB value is (228,104,142).

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

The process color (four color CMYK) of #e4688e color hex is 0.00, 0.54, 0.38, 0.11. Web safe color of #e4688e is #cc6699. Color #e4688e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101000 10001110
Octal 344 150 216
Decimal 228 104 142
Hex E4 68 8E

RGB Percentages of Color #e4688e

%48.10
%21.94
%29.96

CMYK Percentages of Color #e4688e

%0
%54
%38
%11

Triadic Colors of #e4688e

#e4688e #8ee468 #688ee4

Analogous Colors of #e4688e

#e4688e #e48068 #e468cc

Monochromatic Colors of #e4688e

#e4688e

Complementary Color

#e4688e #68e4be

#e4688e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4688e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4688e Color CSS Codes

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

#e4688e Text Font Color

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

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


#e4688e Background Color

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

This div background color is #e4688e


#e4688e Border Color

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

This div border color is #e4688e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4688e


Comments

No comments written yet.

Please login to write comment.