Color Hex Logo

#ef488f Color Hex

#EF488F
(239,72,143)
0 Favorites   0 Comments

Color spaces of #ef488f

RGB 23972143
HSL0.930.840.61
HSV334°70°94°
CMYK 0.000.700.40   0.06
XYZ42.871924.968628.5464
Yxy24.96860.44480.2590
Hunter Lab49.968665.70391.1064
CIE-Lab57.044868.6070-2.0657

#ef488f color RGB value is (239,72,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001000 10001111
Octal 357 110 217
Decimal 239 72 143
Hex EF 48 8F

RGB Percentages of Color #ef488f

%52.64
%15.86
%31.50

CMYK Percentages of Color #ef488f

%0
%70
%40
%6

Triadic Colors of #ef488f

#ef488f #8fef48 #488fef

Analogous Colors of #ef488f

#ef488f #ef5548 #ef48e3

Monochromatic Colors of #ef488f

#ef488f

Complementary Color

#ef488f #48efa8

#ef488f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef488f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef488f Color CSS Codes

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

#ef488f Text Font Color

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

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


#ef488f Background Color

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

This div background color is #ef488f


#ef488f Border Color

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

This div border color is #ef488f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef488f


Comments

No comments written yet.

Please login to write comment.