Color Hex Logo

#ef847e Color Hex

#EF847E
(239,132,126)
0 Favorites   0 Comments

Color spaces of #ef847e

RGB 239132126
HSL0.010.780.72
HSV47°94°
CMYK 0.000.450.47   0.06
XYZ47.613836.359624.2472
Yxy36.35960.44000.3360
Hunter Lab60.298935.425718.3677
CIE-Lab66.793840.231721.5215

#ef847e color RGB value is (239,132,126).

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

The process color (four color CMYK) of #ef847e color hex is 0.00, 0.45, 0.47, 0.06. Web safe color of #ef847e is #ff9966. Color #ef847e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000100 01111110
Octal 357 204 176
Decimal 239 132 126
Hex EF 84 7E

RGB Percentages of Color #ef847e

%48.09
%26.56
%25.35

CMYK Percentages of Color #ef847e

%0
%45
%47
%6

Triadic Colors of #ef847e

#ef847e #7eef84 #847eef

Analogous Colors of #ef847e

#ef847e #efbd7e #ef7eb1

Monochromatic Colors of #ef847e

#ef847e

Complementary Color

#ef847e #7ee9ef

#ef847e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef847e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef847e Color CSS Codes

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

#ef847e Text Font Color

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

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


#ef847e Background Color

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

This div background color is #ef847e


#ef847e Border Color

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

This div border color is #ef847e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef847e


Comments

No comments written yet.

Please login to write comment.