Color Hex Logo

#e2429b Color Hex

#E2429B
(226,66,155)
0 Favorites   0 Comments

Color spaces of #e2429b

RGB 22666155
HSL0.910.730.57
HSV327°71°89°
CMYK 0.000.710.31   0.11
XYZ39.228622.431733.2725
Yxy22.43170.41320.2363
Hunter Lab47.362164.9624-8.4985
CIE-Lab54.482168.4680-13.1908

#e2429b color RGB value is (226,66,155).

#e2429b hex color red value is 226, green value is 66 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #e2429b hue: 0.91 , saturation: 0.73 and the lightness value of e2429b is 0.57.

The process color (four color CMYK) of #e2429b color hex is 0.00, 0.71, 0.31, 0.11. Web safe color of #e2429b is #cc3399. Color #e2429b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000010 10011011
Octal 342 102 233
Decimal 226 66 155
Hex E2 42 9B

RGB Percentages of Color #e2429b

%50.56
%14.77
%34.68

CMYK Percentages of Color #e2429b

%0
%71
%31
%11

Triadic Colors of #e2429b

#e2429b #9be242 #429be2

Analogous Colors of #e2429b

#e2429b #e2424b #d942e2

Monochromatic Colors of #e2429b

#e2429b

Complementary Color

#e2429b #42e289

#e2429b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2429b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2429b Color CSS Codes

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

#e2429b Text Font Color

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

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


#e2429b Background Color

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

This div background color is #e2429b


#e2429b Border Color

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

This div border color is #e2429b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,66,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2429b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2429b;
  -webkit-box-shadow: 1px 1px 3px 2px #e2429b;
  box-shadow:         1px 1px 3px 2px #e2429b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,66,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e2429b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2429b


Comments

No comments written yet.

Please login to write comment.