Color Hex Logo

#ef5daf Color Hex

#EF5DAF
(239,93,175)
0 Favorites   0 Comments

Color spaces of #ef5daf

RGB 23993175
HSL0.910.820.65
HSV326°61°94°
CMYK 0.000.610.27   0.06
XYZ47.248829.274643.7177
Yxy29.27460.39300.2435
Hunter Lab54.106061.1920-10.0322
CIE-Lab61.023264.0875-14.7479

#ef5daf color RGB value is (239,93,175).

#ef5daf hex color red value is 239, green value is 93 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ef5daf hue: 0.91 , saturation: 0.82 and the lightness value of ef5daf is 0.65.

The process color (four color CMYK) of #ef5daf color hex is 0.00, 0.61, 0.27, 0.06. Web safe color of #ef5daf is #ff6699. Color #ef5daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01011101 10101111
Octal 357 135 257
Decimal 239 93 175
Hex EF 5D AF

RGB Percentages of Color #ef5daf

%47.14
%18.34
%34.52

CMYK Percentages of Color #ef5daf

%0
%61
%27
%6

Triadic Colors of #ef5daf

#ef5daf #afef5d #5dafef

Analogous Colors of #ef5daf

#ef5daf #ef5d66 #e65def

Monochromatic Colors of #ef5daf

#ef5daf

Complementary Color

#ef5daf #5def9d

#ef5daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef5daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef5daf Color CSS Codes

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

#ef5daf Text Font Color

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

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


#ef5daf Background Color

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

This div background color is #ef5daf


#ef5daf Border Color

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

This div border color is #ef5daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef5daf


Comments

No comments written yet.

Please login to write comment.