Color Hex Logo

#ef989d Color Hex

#EF989D
(239,152,157)
0 Favorites   0 Comments

Color spaces of #ef989d

RGB 239152157
HSL0.990.730.77
HSV357°36°94°
CMYK 0.000.360.34   0.06
XYZ52.910643.241537.4560
Yxy43.24150.39600.3236
Hunter Lab65.758328.548212.2591
CIE-Lab71.718633.214711.1027

#ef989d color RGB value is (239,152,157).

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

The process color (four color CMYK) of #ef989d color hex is 0.00, 0.36, 0.34, 0.06. Web safe color of #ef989d is #ff9999. Color #ef989d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10011000 10011101
Octal 357 230 235
Decimal 239 152 157
Hex EF 98 9D

RGB Percentages of Color #ef989d

%43.61
%27.74
%28.65

CMYK Percentages of Color #ef989d

%0
%36
%34
%6

Triadic Colors of #ef989d

#ef989d #9def98 #989def

Analogous Colors of #ef989d

#ef989d #efbf98 #ef98c9

Monochromatic Colors of #ef989d

#ef989d

Complementary Color

#ef989d #98efea

#ef989d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef989d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef989d Color CSS Codes

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

#ef989d Text Font Color

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

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


#ef989d Background Color

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

This div background color is #ef989d


#ef989d Border Color

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

This div border color is #ef989d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef989d


Comments

No comments written yet.

Please login to write comment.