Color Hex Logo

#ef416c Color Hex

#EF416C
(239,65,108)
0 Favorites   0 Comments

Color spaces of #ef416c

RGB 23965108
HSL0.960.840.60
HSV345°73°94°
CMYK 0.000.730.55   0.06
XYZ40.193723.214016.5497
Yxy23.21400.50270.2903
Hunter Lab48.180964.592513.3611
CIE-Lab55.292168.004816.1824

#ef416c color RGB value is (239,65,108).

#ef416c hex color red value is 239, green value is 65 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ef416c hue: 0.96 , saturation: 0.84 and the lightness value of ef416c is 0.60.

The process color (four color CMYK) of #ef416c color hex is 0.00, 0.73, 0.55, 0.06. Web safe color of #ef416c is #ff3366. Color #ef416c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000001 01101100
Octal 357 101 154
Decimal 239 65 108
Hex EF 41 6C

RGB Percentages of Color #ef416c

%58.01
%15.78
%26.21

CMYK Percentages of Color #ef416c

%0
%73
%55
%6

Triadic Colors of #ef416c

#ef416c #6cef41 #416cef

Analogous Colors of #ef416c

#ef416c #ef6d41 #ef41c3

Monochromatic Colors of #ef416c

#ef416c

Complementary Color

#ef416c #41efc4

#ef416c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef416c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef416c Color CSS Codes

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

#ef416c Text Font Color

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

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


#ef416c Background Color

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

This div background color is #ef416c


#ef416c Border Color

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

This div border color is #ef416c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef416c


Comments

No comments written yet.

Please login to write comment.