Color Hex Logo

#ef429b Color Hex

#EF429B
(239,66,155)
0 Favorites   0 Comments

Color spaces of #ef429b

RGB 23966155
HSL0.910.840.60
HSV329°72°94°
CMYK 0.000.720.35   0.06
XYZ43.461224.613733.4706
Yxy24.61370.42800.2424
Hunter Lab49.612269.5480-5.2711
CIE-Lab56.697171.8548-9.6387

#ef429b color RGB value is (239,66,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000010 10011011
Octal 357 102 233
Decimal 239 66 155
Hex EF 42 9B

RGB Percentages of Color #ef429b

%51.96
%14.35
%33.70

CMYK Percentages of Color #ef429b

%0
%72
%35
%6

Triadic Colors of #ef429b

#ef429b #9bef42 #429bef

Analogous Colors of #ef429b

#ef429b #ef4244 #ed42ef

Monochromatic Colors of #ef429b

#ef429b

Complementary Color

#ef429b #42ef96

#ef429b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef429b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef429b Color CSS Codes

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

#ef429b Text Font Color

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

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


#ef429b Background Color

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

This div background color is #ef429b


#ef429b Border Color

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

This div border color is #ef429b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef429b


Comments

No comments written yet.

Please login to write comment.