Color Hex Logo

#e5679e Color Hex

#E5679E
(229,103,158)
0 Favorites   0 Comments

Color spaces of #e5679e

RGB 229103158
HSL0.930.710.65
HSV334°55°90°
CMYK 0.000.550.31   0.10
XYZ43.334928.827135.6279
Yxy28.82710.40200.2674
Hunter Lab53.690950.1116-1.7597
CIE-Lab60.628754.5345-5.6997

#e5679e color RGB value is (229,103,158).

#e5679e hex color red value is 229, green value is 103 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #e5679e hue: 0.93 , saturation: 0.71 and the lightness value of e5679e is 0.65.

The process color (four color CMYK) of #e5679e color hex is 0.00, 0.55, 0.31, 0.10. Web safe color of #e5679e is #cc6699. Color #e5679e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01100111 10011110
Octal 345 147 236
Decimal 229 103 158
Hex E5 67 9E

RGB Percentages of Color #e5679e

%46.73
%21.02
%32.24

CMYK Percentages of Color #e5679e

%0
%55
%31
%10

Triadic Colors of #e5679e

#e5679e #9ee567 #679ee5

Analogous Colors of #e5679e

#e5679e #e56f67 #e567dd

Monochromatic Colors of #e5679e

#e5679e

Complementary Color

#e5679e #67e5ae

#e5679e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5679e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5679e Color CSS Codes

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

#e5679e Text Font Color

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

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


#e5679e Background Color

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

This div background color is #e5679e


#e5679e Border Color

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

This div border color is #e5679e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5679e


Comments

No comments written yet.

Please login to write comment.