Color Hex Logo

#ef878f Color Hex

#EF878F
(239,135,143)
0 Favorites   0 Comments

Color spaces of #ef878f

RGB 239135143
HSL0.990.760.73
HSV355°44°94°
CMYK 0.000.440.40   0.06
XYZ49.218537.661830.6620
Yxy37.66180.41870.3204
Hunter Lab61.369235.762013.3353
CIE-Lab67.770640.433113.3399

#ef878f color RGB value is (239,135,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000111 10001111
Octal 357 207 217
Decimal 239 135 143
Hex EF 87 8F

RGB Percentages of Color #ef878f

%46.23
%26.11
%27.66

CMYK Percentages of Color #ef878f

%0
%44
%40
%6

Triadic Colors of #ef878f

#ef878f #8fef87 #878fef

Analogous Colors of #ef878f

#ef878f #efb387 #ef87c3

Monochromatic Colors of #ef878f

#ef878f

Complementary Color

#ef878f #87efe7

#ef878f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef878f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef878f Color CSS Codes

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

#ef878f Text Font Color

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

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


#ef878f Background Color

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

This div background color is #ef878f


#ef878f Border Color

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

This div border color is #ef878f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef878f


Comments

No comments written yet.

Please login to write comment.