Color Hex Logo

#ef065f Color Hex

#EF065F
(239,6,95)
0 Favorites   0 Comments

Color spaces of #ef065f

RGB 239695
HSL0.940.950.48
HSV337°97°94°
CMYK 0.000.970.60   0.06
XYZ37.727319.307212.5647
Yxy19.30720.54210.2774
Hunter Lab43.940076.367013.8039
CIE-Lab51.044778.473418.2238

#ef065f color RGB value is (239,6,95).

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

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

Base Numbers

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

RGB Percentages of Color #ef065f

%70.29
%1.76
%27.94

CMYK Percentages of Color #ef065f

%0
%97
%60
%6

Triadic Colors of #ef065f

#ef065f #5fef06 #065fef

Analogous Colors of #ef065f

#ef065f #ef2206 #ef06d4

Monochromatic Colors of #ef065f

#ef065f

Complementary Color

#ef065f #06ef96

#ef065f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef065f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef065f Color CSS Codes

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

#ef065f Text Font Color

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

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


#ef065f Background Color

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

This div background color is #ef065f


#ef065f Border Color

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

This div border color is #ef065f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef065f


Comments

No comments written yet.

Please login to write comment.