Color Hex Logo

#ef489f Color Hex

#EF489F
(239,72,159)
0 Favorites   0 Comments

Color spaces of #ef489f

RGB 23972159
HSL0.910.840.61
HSV329°70°94°
CMYK 0.000.700.33   0.06
XYZ44.172025.488735.3926
Yxy25.48870.42050.2426
Hunter Lab50.486367.8239-6.2238
CIE-Lab57.548570.2735-10.7064

#ef489f color RGB value is (239,72,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001000 10011111
Octal 357 110 237
Decimal 239 72 159
Hex EF 48 9F

RGB Percentages of Color #ef489f

%50.85
%15.32
%33.83

CMYK Percentages of Color #ef489f

%0
%70
%33
%6

Triadic Colors of #ef489f

#ef489f #9fef48 #489fef

Analogous Colors of #ef489f

#ef489f #ef484c #ec48ef

Monochromatic Colors of #ef489f

#ef489f

Complementary Color

#ef489f #48ef98

#ef489f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef489f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef489f Color CSS Codes

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

#ef489f Text Font Color

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

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


#ef489f Background Color

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

This div background color is #ef489f


#ef489f Border Color

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

This div border color is #ef489f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef489f


Comments

No comments written yet.

Please login to write comment.