Color Hex Logo

#ef898a Color Hex

#EF898A
(239,137,138)
0 Favorites   0 Comments

Color spaces of #ef898a

RGB 239137138
HSL1.000.760.74
HSV359°43°94°
CMYK 0.000.430.42   0.06
XYZ49.129738.077028.8049
Yxy38.07700.42350.3282
Hunter Lab61.706634.132115.5178
CIE-Lab68.077338.869516.5706

#ef898a color RGB value is (239,137,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10001001 10001010
Octal 357 211 212
Decimal 239 137 138
Hex EF 89 8A

RGB Percentages of Color #ef898a

%46.50
%26.65
%26.85

CMYK Percentages of Color #ef898a

%0
%43
%42
%6

Triadic Colors of #ef898a

#ef898a #8aef89 #898aef

Analogous Colors of #ef898a

#ef898a #efbb89 #ef89bd

Monochromatic Colors of #ef898a

#ef898a

Complementary Color

#ef898a #89efee

#ef898a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef898a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef898a Color CSS Codes

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

#ef898a Text Font Color

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

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


#ef898a Background Color

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

This div background color is #ef898a


#ef898a Border Color

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

This div border color is #ef898a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef898a


Comments

No comments written yet.

Please login to write comment.