Color Hex Logo

#ef075f Color Hex

#EF075F
(239,7,95)
0 Favorites   0 Comments

Color spaces of #ef075f

RGB 239795
HSL0.940.940.48
HSV337°97°94°
CMYK 0.000.970.60   0.06
XYZ37.738119.328912.5683
Yxy19.32890.54190.2776
Hunter Lab43.964676.281613.8258
CIE-Lab51.069878.400318.2578

#ef075f color RGB value is (239,7,95).

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

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

Base Numbers

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

RGB Percentages of Color #ef075f

%70.09
%2.05
%27.86

CMYK Percentages of Color #ef075f

%0
%97
%60
%6

Triadic Colors of #ef075f

#ef075f #5fef07 #075fef

Analogous Colors of #ef075f

#ef075f #ef2307 #ef07d3

Monochromatic Colors of #ef075f

#ef075f

Complementary Color

#ef075f #07ef97

#ef075f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef075f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef075f Color CSS Codes

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

#ef075f Text Font Color

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

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


#ef075f Background Color

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

This div background color is #ef075f


#ef075f Border Color

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

This div border color is #ef075f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,7,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 #ef075f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef075f


Comments

No comments written yet.

Please login to write comment.