Color Hex Logo

#ef179d Color Hex

#EF179D
(239,23,157)
0 Favorites   0 Comments

Color spaces of #ef179d

RGB 23923157
HSL0.900.870.51
HSV323°90°94°
CMYK 0.000.900.34   0.06
XYZ41.988821.397833.8154
Yxy21.39780.43200.2201
Hunter Lab46.257881.0758-10.9618
CIE-Lab53.382181.7432-15.8160

#ef179d color RGB value is (239,23,157).

#ef179d hex color red value is 239, green value is 23 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ef179d hue: 0.90 , saturation: 0.87 and the lightness value of ef179d is 0.51.

The process color (four color CMYK) of #ef179d color hex is 0.00, 0.90, 0.34, 0.06. Web safe color of #ef179d is #ff0099. Color #ef179d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010111 10011101
Octal 357 27 235
Decimal 239 23 157
Hex EF 17 9D

RGB Percentages of Color #ef179d

%57.04
%5.49
%37.47

CMYK Percentages of Color #ef179d

%0
%90
%34
%6

Triadic Colors of #ef179d

#ef179d #9def17 #179def

Analogous Colors of #ef179d

#ef179d #ef1731 #d517ef

Monochromatic Colors of #ef179d

#ef179d

Complementary Color

#ef179d #17ef69

#ef179d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef179d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef179d Color CSS Codes

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

#ef179d Text Font Color

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

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


#ef179d Background Color

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

This div background color is #ef179d


#ef179d Border Color

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

This div border color is #ef179d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef179d


Comments

No comments written yet.

Please login to write comment.