Color Hex Logo

#ef055f Color Hex

#EF055F
(239,5,95)
0 Favorites   0 Comments

Color spaces of #ef055f

RGB 239595
HSL0.940.960.48
HSV337°98°94°
CMYK 0.000.980.60   0.06
XYZ37.716419.285512.5611
Yxy19.28550.54220.2772
Hunter Lab43.915376.452113.7819
CIE-Lab51.019678.546318.1898

#ef055f color RGB value is (239,5,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000101 01011111
Octal 357 5 137
Decimal 239 5 95
Hex EF 5 5F

RGB Percentages of Color #ef055f

%70.50
%1.47
%28.02

CMYK Percentages of Color #ef055f

%0
%98
%60
%6

Triadic Colors of #ef055f

#ef055f #5fef05 #055fef

Analogous Colors of #ef055f

#ef055f #ef2005 #ef05d4

Monochromatic Colors of #ef055f

#ef055f

Complementary Color

#ef055f #05ef95

#ef055f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef055f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef055f Color CSS Codes

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

#ef055f Text Font Color

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

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


#ef055f Background Color

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

This div background color is #ef055f


#ef055f Border Color

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

This div border color is #ef055f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef055f


Comments

No comments written yet.

Please login to write comment.