Color Hex Logo

#ef357c Color Hex

#EF357C
(239,53,124)
0 Favorites   0 Comments

Color spaces of #ef357c

RGB 23953124
HSL0.940.850.57
HSV337°78°94°
CMYK 0.000.780.48   0.06
XYZ40.507822.352221.2482
Yxy22.35220.48160.2658
Hunter Lab47.278170.20186.4480
CIE-Lab54.398772.83065.3701

#ef357c color RGB value is (239,53,124).

#ef357c hex color red value is 239, green value is 53 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ef357c hue: 0.94 , saturation: 0.85 and the lightness value of ef357c is 0.57.

The process color (four color CMYK) of #ef357c color hex is 0.00, 0.78, 0.48, 0.06. Web safe color of #ef357c is #ff3366. Color #ef357c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110101 01111100
Octal 357 65 174
Decimal 239 53 124
Hex EF 35 7C

RGB Percentages of Color #ef357c

%57.45
%12.74
%29.81

CMYK Percentages of Color #ef357c

%0
%78
%48
%6

Triadic Colors of #ef357c

#ef357c #7cef35 #357cef

Analogous Colors of #ef357c

#ef357c #ef4b35 #ef35d9

Monochromatic Colors of #ef357c

#ef357c

Complementary Color

#ef357c #35efa8

#ef357c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef357c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef357c Color CSS Codes

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

#ef357c Text Font Color

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

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


#ef357c Background Color

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

This div background color is #ef357c


#ef357c Border Color

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

This div border color is #ef357c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef357c


Comments

No comments written yet.

Please login to write comment.