Color Hex Logo

#ef839d Color Hex

#EF839D
(239,131,157)
0 Favorites   0 Comments

Color spaces of #ef839d

RGB 239131157
HSL0.960.770.73
HSV346°45°94°
CMYK 0.000.450.34   0.06
XYZ49.798737.017636.4187
Yxy37.01760.40410.3004
Hunter Lab60.842139.62707.0998
CIE-Lab67.290244.07534.7734

#ef839d color RGB value is (239,131,157).

#ef839d hex color red value is 239, green value is 131 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ef839d hue: 0.96 , saturation: 0.77 and the lightness value of ef839d is 0.73.

The process color (four color CMYK) of #ef839d color hex is 0.00, 0.45, 0.34, 0.06. Web safe color of #ef839d is #ff9999. Color #ef839d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000011 10011101
Octal 357 203 235
Decimal 239 131 157
Hex EF 83 9D

RGB Percentages of Color #ef839d

%45.35
%24.86
%29.79

CMYK Percentages of Color #ef839d

%0
%45
%34
%6

Triadic Colors of #ef839d

#ef839d #9def83 #839def

Analogous Colors of #ef839d

#ef839d #ef9f83 #ef83d3

Monochromatic Colors of #ef839d

#ef839d

Complementary Color

#ef839d #83efd5

#ef839d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef839d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef839d Color CSS Codes

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

#ef839d Text Font Color

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

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


#ef839d Background Color

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

This div background color is #ef839d


#ef839d Border Color

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

This div border color is #ef839d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef839d


Comments

No comments written yet.

Please login to write comment.