color codes Logo

#e9429b color codes

#E9429B
(233,66,155)
0 Favorites   0 Comments

Color spaces of #e9429b

RGB 23366155
HSL0.910.790.59
HSV328°72°91°
CMYK 0.000.720.33   0.09
XYZ41.468923.586633.3774
Yxy23.58660.42130.2396
Hunter Lab48.566067.4246-6.7513
CIE-Lab55.671570.2971-11.2815

#e9429b color RGB value is (233,66,155).

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

The process color (four color CMYK) of #e9429b color code is 0.00, 0.72, 0.33, 0.09. Web safe color of #e9429b is #ff3399. Color #e9429b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01000010 10011011
Octal 351 102 233
Decimal 233 66 155
Hex E9 42 9B

RGB Percentages of Color #e9429b

%51.32
%14.54
%34.14

CMYK Percentages of Color #e9429b

%0
%72
%33
%9

Triadic Colors of #e9429b

#e9429b #9be942 #429be9

Analogous Colors of #e9429b

#e9429b #e94248 #e442e9

Monochromatic Colors of #e9429b

#e9429b

Complementary Color

#e9429b #42e990

#e9429b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9429b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9429b Color CSS Codes

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

#e9429b Text Font Color

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

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


#e9429b Background Color

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

This div background color is #e9429b


#e9429b Border Color

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

This div border color is #e9429b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9429b


Comments

No comments written yet.

Please login to write comment.