Color Hex Logo

#ee429b Color Hex

#EE429B
(238,66,155)
0 Favorites   0 Comments

Color spaces of #ee429b

RGB 23866155
HSL0.910.830.60
HSV329°72°93°
CMYK 0.000.720.35   0.07
XYZ43.124524.440133.4548
Yxy24.44010.42690.2419
Hunter Lab49.436969.1933-5.5167
CIE-Lab56.525871.5959-9.9128

#ee429b color RGB value is (238,66,155).

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

The process color (four color CMYK) of #ee429b color hex is 0.00, 0.72, 0.35, 0.07. Web safe color of #ee429b is #ff3399. Color #ee429b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 01000010 10011011
Octal 356 102 233
Decimal 238 66 155
Hex EE 42 9B

RGB Percentages of Color #ee429b

%51.85
%14.38
%33.77

CMYK Percentages of Color #ee429b

%0
%72
%35
%7

Triadic Colors of #ee429b

#ee429b #9bee42 #429bee

Analogous Colors of #ee429b

#ee429b #ee4245 #eb42ee

Monochromatic Colors of #ee429b

#ee429b

Complementary Color

#ee429b #42ee95

#ee429b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ee429b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ee429b Color CSS Codes

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

#ee429b Text Font Color

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

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


#ee429b Background Color

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

This div background color is #ee429b


#ee429b Border Color

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

This div border color is #ee429b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ee429b


Comments

No comments written yet.

Please login to write comment.