Color Hex Logo

#ef898b Color Hex

#EF898B
(239,137,139)
0 Favorites   0 Comments

Color spaces of #ef898b

RGB 239137139
HSL1.000.760.74
HSV359°43°94°
CMYK 0.000.430.42   0.06
XYZ49.202538.106129.1881
Yxy38.10610.42240.3271
Hunter Lab61.730134.247115.1768
CIE-Lab68.098738.975316.0407

#ef898b color RGB value is (239,137,139).

#ef898b hex color red value is 239, green value is 137 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ef898b hue: 1.00 , saturation: 0.76 and the lightness value of ef898b is 0.74.

The process color (four color CMYK) of #ef898b color hex is 0.00, 0.43, 0.42, 0.06. Web safe color of #ef898b is #ff9999. Color #ef898b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001001 10001011
Octal 357 211 213
Decimal 239 137 139
Hex EF 89 8B

RGB Percentages of Color #ef898b

%46.41
%26.60
%26.99

CMYK Percentages of Color #ef898b

%0
%43
%42
%6

Triadic Colors of #ef898b

#ef898b #8bef89 #898bef

Analogous Colors of #ef898b

#ef898b #efba89 #ef89be

Monochromatic Colors of #ef898b

#ef898b

Complementary Color

#ef898b #89efed

#ef898b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef898b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef898b Color CSS Codes

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

#ef898b Text Font Color

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

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


#ef898b Background Color

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

This div background color is #ef898b


#ef898b Border Color

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

This div border color is #ef898b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef898b


Comments

No comments written yet.

Please login to write comment.