Color Hex Logo

#ef489c Color Hex

#EF489C
(239,72,156)
0 Favorites   0 Comments

Color spaces of #ef489c

RGB 23972156
HSL0.920.840.61
HSV330°70°94°
CMYK 0.000.700.35   0.06
XYZ43.914725.385834.0379
Yxy25.38580.42500.2457
Hunter Lab50.384367.4071-4.7852
CIE-Lab57.449469.9472-9.0999

#ef489c color RGB value is (239,72,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001000 10011100
Octal 357 110 234
Decimal 239 72 156
Hex EF 48 9C

RGB Percentages of Color #ef489c

%51.18
%15.42
%33.40

CMYK Percentages of Color #ef489c

%0
%70
%35
%6

Triadic Colors of #ef489c

#ef489c #9cef48 #489cef

Analogous Colors of #ef489c

#ef489c #ef4849 #ef48ef

Monochromatic Colors of #ef489c

#ef489c

Complementary Color

#ef489c #48ef9b

#ef489c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef489c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef489c Color CSS Codes

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

#ef489c Text Font Color

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

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


#ef489c Background Color

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

This div background color is #ef489c


#ef489c Border Color

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

This div border color is #ef489c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef489c

#ef489c Color Palettes


Comments

No comments written yet.

Please login to write comment.