Color Hex Logo

#ef517d Color Hex

#EF517D
(239,81,125)
0 Favorites   0 Comments

Color spaces of #ef517d

RGB 23981125
HSL0.950.830.63
HSV343°66°94°
CMYK 0.000.660.48   0.06
XYZ42.240725.716322.1394
Yxy25.71630.46880.2854
Hunter Lab50.711259.93969.6132
CIE-Lab57.766863.60399.5774

#ef517d color RGB value is (239,81,125).

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

The process color (four color CMYK) of #ef517d color hex is 0.00, 0.66, 0.48, 0.06. Web safe color of #ef517d is #ff6666. Color #ef517d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010001 01111101
Octal 357 121 175
Decimal 239 81 125
Hex EF 51 7D

RGB Percentages of Color #ef517d

%53.71
%18.20
%28.09

CMYK Percentages of Color #ef517d

%0
%66
%48
%6

Triadic Colors of #ef517d

#ef517d #7def51 #517def

Analogous Colors of #ef517d

#ef517d #ef7451 #ef51cc

Monochromatic Colors of #ef517d

#ef517d

Complementary Color

#ef517d #51efc3

#ef517d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef517d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef517d Color CSS Codes

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

#ef517d Text Font Color

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

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


#ef517d Background Color

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

This div background color is #ef517d


#ef517d Border Color

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

This div border color is #ef517d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef517d


Comments

No comments written yet.

Please login to write comment.