Color Hex Logo

#ef879e Color Hex

#EF879E
(239,135,158)
0 Favorites   0 Comments

Color spaces of #ef879e

RGB 239135158
HSL0.960.760.73
HSV347°44°94°
CMYK 0.000.440.34   0.06
XYZ50.432138.147337.0529
Yxy38.14730.40140.3036
Hunter Lab61.763537.66557.6654
CIE-Lab68.129042.16155.4184

#ef879e color RGB value is (239,135,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000111 10011110
Octal 357 207 236
Decimal 239 135 158
Hex EF 87 9E

RGB Percentages of Color #ef879e

%44.92
%25.38
%29.70

CMYK Percentages of Color #ef879e

%0
%44
%34
%6

Triadic Colors of #ef879e

#ef879e #9eef87 #879eef

Analogous Colors of #ef879e

#ef879e #efa487 #ef87d2

Monochromatic Colors of #ef879e

#ef879e

Complementary Color

#ef879e #87efd8

#ef879e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef879e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef879e Color CSS Codes

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

#ef879e Text Font Color

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

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


#ef879e Background Color

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

This div background color is #ef879e


#ef879e Border Color

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

This div border color is #ef879e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef879e


Comments

No comments written yet.

Please login to write comment.