Color Hex Logo

#e4629e Color Hex

#E4629E
(228,98,158)
0 Favorites   0 Comments

Color spaces of #e4629e

RGB 22898158
HSL0.920.710.64
HSV332°57°89°
CMYK 0.000.570.31   0.11
XYZ42.534127.698035.4522
Yxy27.69800.40250.2621
Hunter Lab52.628952.1612-3.0991
CIE-Lab59.614956.5192-7.2208

#e4629e color RGB value is (228,98,158).

#e4629e hex color red value is 228, green value is 98 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #e4629e hue: 0.92 , saturation: 0.71 and the lightness value of e4629e is 0.64.

The process color (four color CMYK) of #e4629e color hex is 0.00, 0.57, 0.31, 0.11. Web safe color of #e4629e is #cc6699. Color #e4629e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01100010 10011110
Octal 344 142 236
Decimal 228 98 158
Hex E4 62 9E

RGB Percentages of Color #e4629e

%47.11
%20.25
%32.64

CMYK Percentages of Color #e4629e

%0
%57
%31
%11

Triadic Colors of #e4629e

#e4629e #9ee462 #629ee4

Analogous Colors of #e4629e

#e4629e #e46762 #e462df

Monochromatic Colors of #e4629e

#e4629e

Complementary Color

#e4629e #62e4a8

#e4629e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4629e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4629e Color CSS Codes

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

#e4629e Text Font Color

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

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


#e4629e Background Color

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

This div background color is #e4629e


#e4629e Border Color

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

This div border color is #e4629e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4629e


Comments

No comments written yet.

Please login to write comment.