Color Hex Logo

#ef429c Color Hex

#EF429C
(239,66,156)
0 Favorites   0 Comments

Color spaces of #ef429c

RGB 23966156
HSL0.910.840.60
HSV329°72°94°
CMYK 0.000.720.35   0.06
XYZ43.545624.647533.9148
Yxy24.64750.42650.2414
Hunter Lab49.646269.6846-5.7504
CIE-Lab56.730371.9606-10.1758

#ef429c color RGB value is (239,66,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000010 10011100
Octal 357 102 234
Decimal 239 66 156
Hex EF 42 9C

RGB Percentages of Color #ef429c

%51.84
%14.32
%33.84

CMYK Percentages of Color #ef429c

%0
%72
%35
%6

Triadic Colors of #ef429c

#ef429c #9cef42 #429cef

Analogous Colors of #ef429c

#ef429c #ef4245 #ec42ef

Monochromatic Colors of #ef429c

#ef429c

Complementary Color

#ef429c #42ef95

#ef429c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef429c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef429c Color CSS Codes

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

#ef429c Text Font Color

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

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


#ef429c Background Color

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

This div background color is #ef429c


#ef429c Border Color

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

This div border color is #ef429c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef429c


Comments

No comments written yet.

Please login to write comment.