color codes Logo

#ef518c color codes

#EF518C
(239,81,140)
0 Favorites   0 Comments

Color spaces of #ef518c

RGB 23981140
HSL0.940.830.63
HSV338°66°94°
CMYK 0.000.660.41   0.06
XYZ43.272726.129027.5736
Yxy26.12900.44620.2694
Hunter Lab51.116561.65523.7990
CIE-Lab58.159364.99441.3267

#ef518c color RGB value is (239,81,140).

#ef518c hex color red value is 239, green value is 81 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ef518c hue: 0.94 , saturation: 0.83 and the lightness value of ef518c is 0.63.

The process color (four color CMYK) of #ef518c color code is 0.00, 0.66, 0.41, 0.06. Web safe color of #ef518c is #ff6699. Color #ef518c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010001 10001100
Octal 357 121 214
Decimal 239 81 140
Hex EF 51 8C

RGB Percentages of Color #ef518c

%51.96
%17.61
%30.43

CMYK Percentages of Color #ef518c

%0
%66
%41
%6

Triadic Colors of #ef518c

#ef518c #8cef51 #518cef

Analogous Colors of #ef518c

#ef518c #ef6551 #ef51db

Monochromatic Colors of #ef518c

#ef518c

Complementary Color

#ef518c #51efb4

#ef518c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef518c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef518c Color CSS Codes

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

#ef518c Text Font Color

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

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


#ef518c Background Color

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

This div background color is #ef518c


#ef518c Border Color

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

This div border color is #ef518c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef518c


Comments

No comments written yet.

Please login to write comment.