Color Hex Logo

#ef739d Color Hex

#EF739D
(239,115,157)
0 Favorites   0 Comments

Color spaces of #ef739d

RGB 239115157
HSL0.940.790.69
HSV340°52°94°
CMYK 0.000.520.34   0.06
XYZ47.813133.046535.7569
Yxy33.04650.41000.2834
Hunter Lab57.486147.86383.3613
CIE-Lab64.198551.97140.2890

#ef739d color RGB value is (239,115,157).

#ef739d hex color red value is 239, green value is 115 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ef739d hue: 0.94 , saturation: 0.79 and the lightness value of ef739d is 0.69.

The process color (four color CMYK) of #ef739d color hex is 0.00, 0.52, 0.34, 0.06. Web safe color of #ef739d is #ff6699. Color #ef739d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01110011 10011101
Octal 357 163 235
Decimal 239 115 157
Hex EF 73 9D

RGB Percentages of Color #ef739d

%46.77
%22.50
%30.72

CMYK Percentages of Color #ef739d

%0
%52
%34
%6

Triadic Colors of #ef739d

#ef739d #9def73 #739def

Analogous Colors of #ef739d

#ef739d #ef8773 #ef73db

Monochromatic Colors of #ef739d

#ef739d

Complementary Color

#ef739d #73efc5

#ef739d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef739d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef739d Color CSS Codes

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

#ef739d Text Font Color

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

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


#ef739d Background Color

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

This div background color is #ef739d


#ef739d Border Color

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

This div border color is #ef739d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,115,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 #ef739d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef739d


Comments

No comments written yet.

Please login to write comment.