Color Hex Logo

#ef847d Color Hex

#EF847D
(239,132,125)
0 Favorites   0 Comments

Color spaces of #ef847d

RGB 239132125
HSL0.010.780.71
HSV48°94°
CMYK 0.000.450.48   0.06
XYZ47.549536.333923.9090
Yxy36.33390.44110.3371
Hunter Lab60.277635.322518.6771
CIE-Lab66.774340.137022.0541

#ef847d color RGB value is (239,132,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10000100 01111101
Octal 357 204 175
Decimal 239 132 125
Hex EF 84 7D

RGB Percentages of Color #ef847d

%48.19
%26.61
%25.20

CMYK Percentages of Color #ef847d

%0
%45
%48
%6

Triadic Colors of #ef847d

#ef847d #7def84 #847def

Analogous Colors of #ef847d

#ef847d #efbd7d #ef7daf

Monochromatic Colors of #ef847d

#ef847d

Complementary Color

#ef847d #7de8ef

#ef847d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef847d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef847d Color CSS Codes

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

#ef847d Text Font Color

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

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


#ef847d Background Color

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

This div background color is #ef847d


#ef847d Border Color

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

This div border color is #ef847d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef847d


Comments

No comments written yet.

Please login to write comment.