Color Hex Logo

#ef879b Color Hex

#EF879B
(239,135,155)
0 Favorites   0 Comments

Color spaces of #ef879b

RGB 239135155
HSL0.970.760.73
HSV348°44°94°
CMYK 0.000.440.35   0.06
XYZ50.177038.045235.7092
Yxy38.04520.40490.3070
Hunter Lab61.680837.26748.8515
CIE-Lab68.053941.80176.9975

#ef879b color RGB value is (239,135,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000111 10011011
Octal 357 207 233
Decimal 239 135 155
Hex EF 87 9B

RGB Percentages of Color #ef879b

%45.18
%25.52
%29.30

CMYK Percentages of Color #ef879b

%0
%44
%35
%6

Triadic Colors of #ef879b

#ef879b #9bef87 #879bef

Analogous Colors of #ef879b

#ef879b #efa787 #ef87cf

Monochromatic Colors of #ef879b

#ef879b

Complementary Color

#ef879b #87efdb

#ef879b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef879b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef879b Color CSS Codes

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

#ef879b Text Font Color

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

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


#ef879b Background Color

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

This div background color is #ef879b


#ef879b Border Color

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

This div border color is #ef879b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef879b


Comments

No comments written yet.

Please login to write comment.