Color Hex Logo

#ef748e Color Hex

#EF748E
(239,116,142)
0 Favorites   0 Comments

Color spaces of #ef748e

RGB 239116142
HSL0.960.790.70
HSV347°51°94°
CMYK 0.000.510.41   0.06
XYZ46.724532.794529.4585
Yxy32.79450.42880.3009
Hunter Lab57.266545.42429.5871
CIE-Lab63.994249.81128.5669

#ef748e color RGB value is (239,116,142).

#ef748e hex color red value is 239, green value is 116 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ef748e hue: 0.96 , saturation: 0.79 and the lightness value of ef748e is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110100 10001110
Octal 357 164 216
Decimal 239 116 142
Hex EF 74 8E

RGB Percentages of Color #ef748e

%48.09
%23.34
%28.57

CMYK Percentages of Color #ef748e

%0
%51
%41
%6

Triadic Colors of #ef748e

#ef748e #8eef74 #748eef

Analogous Colors of #ef748e

#ef748e #ef9874 #ef74cc

Monochromatic Colors of #ef748e

#ef748e

Complementary Color

#ef748e #74efd5

#ef748e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef748e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef748e Color CSS Codes

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

#ef748e Text Font Color

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

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


#ef748e Background Color

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

This div background color is #ef748e


#ef748e Border Color

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

This div border color is #ef748e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef748e


Comments

No comments written yet.

Please login to write comment.