Color Hex Logo

#ef878e Color Hex

#EF878E
(239,135,142)
0 Favorites   0 Comments

Color spaces of #ef878e

RGB 239135142
HSL0.990.760.73
HSV356°44°94°
CMYK 0.000.440.41   0.06
XYZ49.143137.631730.2647
Yxy37.63170.41990.3215
Hunter Lab61.344735.642813.6903
CIE-Lab67.748340.324213.8701

#ef878e color RGB value is (239,135,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000111 10001110
Octal 357 207 216
Decimal 239 135 142
Hex EF 87 8E

RGB Percentages of Color #ef878e

%46.32
%26.16
%27.52

CMYK Percentages of Color #ef878e

%0
%44
%41
%6

Triadic Colors of #ef878e

#ef878e #8eef87 #878eef

Analogous Colors of #ef878e

#ef878e #efb487 #ef87c2

Monochromatic Colors of #ef878e

#ef878e

Complementary Color

#ef878e #87efe8

#ef878e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef878e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef878e Color CSS Codes

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

#ef878e Text Font Color

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

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


#ef878e Background Color

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

This div background color is #ef878e


#ef878e Border Color

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

This div border color is #ef878e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef878e


Comments

No comments written yet.

Please login to write comment.