Color Hex Logo

#ef48ac Color Hex

#EF48AC
(239,72,172)
0 Favorites   0 Comments

Color spaces of #ef48ac

RGB 23972172
HSL0.900.840.61
HSV324°70°94°
CMYK 0.000.700.28   0.06
XYZ45.360425.964041.6505
Yxy25.96400.40150.2298
Hunter Lab50.954969.7309-12.7952
CIE-Lab58.002971.7576-17.5922

#ef48ac color RGB value is (239,72,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001000 10101100
Octal 357 110 254
Decimal 239 72 172
Hex EF 48 AC

RGB Percentages of Color #ef48ac

%49.48
%14.91
%35.61

CMYK Percentages of Color #ef48ac

%0
%70
%28
%6

Triadic Colors of #ef48ac

#ef48ac #acef48 #48acef

Analogous Colors of #ef48ac

#ef48ac #ef4859 #df48ef

Monochromatic Colors of #ef48ac

#ef48ac

Complementary Color

#ef48ac #48ef8b

#ef48ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef48ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef48ac Color CSS Codes

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

#ef48ac Text Font Color

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

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


#ef48ac Background Color

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

This div background color is #ef48ac


#ef48ac Border Color

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

This div border color is #ef48ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef48ac


Comments

No comments written yet.

Please login to write comment.