Color Hex Logo

#ef057d Color Hex

#EF057D
(239,5,125)
0 Favorites   0 Comments

Color spaces of #ef057d

RGB 2395125
HSL0.910.960.48
HSV329°98°94°
CMYK 0.000.980.48   0.06
XYZ39.352519.939921.1767
Yxy19.93990.48900.2478
Hunter Lab44.654179.16273.1403
CIE-Lab51.769280.55300.9668

#ef057d color RGB value is (239,5,125).

#ef057d hex color red value is 239, green value is 5 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ef057d hue: 0.91 , saturation: 0.96 and the lightness value of ef057d is 0.48.

The process color (four color CMYK) of #ef057d color hex is 0.00, 0.98, 0.48, 0.06. Web safe color of #ef057d is #ff0066. Color #ef057d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000101 01111101
Octal 357 5 175
Decimal 239 5 125
Hex EF 5 7D

RGB Percentages of Color #ef057d

%64.77
%1.36
%33.88

CMYK Percentages of Color #ef057d

%0
%98
%48
%6

Triadic Colors of #ef057d

#ef057d #7def05 #057def

Analogous Colors of #ef057d

#ef057d #ef0508 #ec05ef

Monochromatic Colors of #ef057d

#ef057d

Complementary Color

#ef057d #05ef77

#ef057d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef057d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef057d Color CSS Codes

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

#ef057d Text Font Color

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

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


#ef057d Background Color

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

This div background color is #ef057d


#ef057d Border Color

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

This div border color is #ef057d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef057d


Comments

No comments written yet.

Please login to write comment.