Color Hex Logo

#ef066c Color Hex

#EF066C
(239,6,108)
0 Favorites   0 Comments

Color spaces of #ef066c

RGB 2396108
HSL0.930.950.48
HSV334°97°94°
CMYK 0.000.970.55   0.06
XYZ38.368519.563715.9413
Yxy19.56370.51940.2648
Hunter Lab44.230977.43759.5928
CIE-Lab51.340379.269410.6933

#ef066c color RGB value is (239,6,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000110 01101100
Octal 357 6 154
Decimal 239 6 108
Hex EF 6 6C

RGB Percentages of Color #ef066c

%67.71
%1.70
%30.59

CMYK Percentages of Color #ef066c

%0
%97
%55
%6

Triadic Colors of #ef066c

#ef066c #6cef06 #066cef

Analogous Colors of #ef066c

#ef066c #ef1406 #ef06e1

Monochromatic Colors of #ef066c

#ef066c

Complementary Color

#ef066c #06ef89

#ef066c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef066c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef066c Color CSS Codes

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

#ef066c Text Font Color

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

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


#ef066c Background Color

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

This div background color is #ef066c


#ef066c Border Color

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

This div border color is #ef066c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef066c


Comments

No comments written yet.

Please login to write comment.