Color Hex Logo

#ef4faf Color Hex

#EF4FAF
(239,79,175)
0 Favorites   0 Comments

Color spaces of #ef4faf

RGB 23979175
HSL0.900.830.62
HSV324°67°94°
CMYK 0.000.670.27   0.06
XYZ46.130427.037843.3449
Yxy27.03780.39590.2321
Hunter Lab51.997967.3616-13.0250
CIE-Lab59.009369.6181-17.7996

#ef4faf color RGB value is (239,79,175).

#ef4faf hex color red value is 239, green value is 79 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ef4faf hue: 0.90 , saturation: 0.83 and the lightness value of ef4faf is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01001111 10101111
Octal 357 117 257
Decimal 239 79 175
Hex EF 4F AF

RGB Percentages of Color #ef4faf

%48.48
%16.02
%35.50

CMYK Percentages of Color #ef4faf

%0
%67
%27
%6

Triadic Colors of #ef4faf

#ef4faf #afef4f #4fafef

Analogous Colors of #ef4faf

#ef4faf #ef4f5f #df4fef

Monochromatic Colors of #ef4faf

#ef4faf

Complementary Color

#ef4faf #4fef8f

#ef4faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef4faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef4faf Color CSS Codes

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

#ef4faf Text Font Color

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

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


#ef4faf Background Color

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

This div background color is #ef4faf


#ef4faf Border Color

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

This div border color is #ef4faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef4faf


Comments

No comments written yet.

Please login to write comment.