Color Hex Logo

#ef7e8d Color Hex

#EF7E8D
(239,126,141)
0 Favorites   0 Comments

Color spaces of #ef7e8d

RGB 239126141
HSL0.980.780.72
HSV352°47°94°
CMYK 0.000.470.41   0.06
XYZ47.865235.195529.4699
Yxy35.19550.42540.3128
Hunter Lab59.325840.197112.0759
CIE-Lab65.900644.779311.8371

#ef7e8d color RGB value is (239,126,141).

#ef7e8d hex color red value is 239, green value is 126 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ef7e8d hue: 0.98 , saturation: 0.78 and the lightness value of ef7e8d is 0.72.

The process color (four color CMYK) of #ef7e8d color hex is 0.00, 0.47, 0.41, 0.06. Web safe color of #ef7e8d is #ff6699. Color #ef7e8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111110 10001101
Octal 357 176 215
Decimal 239 126 141
Hex EF 7E 8D

RGB Percentages of Color #ef7e8d

%47.23
%24.90
%27.87

CMYK Percentages of Color #ef7e8d

%0
%47
%41
%6

Triadic Colors of #ef7e8d

#ef7e8d #8def7e #7e8def

Analogous Colors of #ef7e8d

#ef7e8d #efa87e #ef7ec6

Monochromatic Colors of #ef7e8d

#ef7e8d

Complementary Color

#ef7e8d #7eefe0

#ef7e8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef7e8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef7e8d Color CSS Codes

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

#ef7e8d Text Font Color

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

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


#ef7e8d Background Color

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

This div background color is #ef7e8d


#ef7e8d Border Color

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

This div border color is #ef7e8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef7e8d


Comments

No comments written yet.

Please login to write comment.