Color Hex Logo

#ef7daf Color Hex

#EF7DAF
(239,125,175)
0 Favorites   0 Comments

Color spaces of #ef7daf

RGB 239125175
HSL0.930.780.71
HSV334°48°94°
CMYK 0.000.480.27   0.06
XYZ50.668136.113144.8575
Yxy36.11310.38490.2743
Hunter Lab60.094245.3366-2.1913
CIE-Lab66.606349.3557-6.3933

#ef7daf color RGB value is (239,125,175).

#ef7daf hex color red value is 239, green value is 125 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ef7daf hue: 0.93 , saturation: 0.78 and the lightness value of ef7daf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111101 10101111
Octal 357 175 257
Decimal 239 125 175
Hex EF 7D AF

RGB Percentages of Color #ef7daf

%44.34
%23.19
%32.47

CMYK Percentages of Color #ef7daf

%0
%48
%27
%6

Triadic Colors of #ef7daf

#ef7daf #afef7d #7dafef

Analogous Colors of #ef7daf

#ef7daf #ef847d #ef7de8

Monochromatic Colors of #ef7daf

#ef7daf

Complementary Color

#ef7daf #7defbd

#ef7daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef7daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef7daf Color CSS Codes

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

#ef7daf Text Font Color

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

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


#ef7daf Background Color

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

This div background color is #ef7daf


#ef7daf Border Color

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

This div border color is #ef7daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef7daf


Comments

No comments written yet.

Please login to write comment.