Color Hex Logo

#ef1549 Color Hex

#EF1549
(239,21,73)
0 Favorites   0 Comments

Color spaces of #ef1549

RGB 2392173
HSL0.960.870.51
HSV346°91°94°
CMYK 0.000.910.69   0.06
XYZ37.067419.36818.0881
Yxy19.36810.57450.3002
Hunter Lab44.009273.328119.9100
CIE-Lab51.115176.014831.6423

#ef1549 color RGB value is (239,21,73).

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

The process color (four color CMYK) of #ef1549 color hex is 0.00, 0.91, 0.69, 0.06. Web safe color of #ef1549 is #ff0033. Color #ef1549 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010101 01001001
Octal 357 25 111
Decimal 239 21 73
Hex EF 15 49

RGB Percentages of Color #ef1549

%71.77
%6.31
%21.92

CMYK Percentages of Color #ef1549

%0
%91
%69
%6

Triadic Colors of #ef1549

#ef1549 #49ef15 #1549ef

Analogous Colors of #ef1549

#ef1549 #ef4e15 #ef15b6

Monochromatic Colors of #ef1549

#ef1549

Complementary Color

#ef1549 #15efbb

#ef1549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1549 Color CSS Codes

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

#ef1549 Text Font Color

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

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


#ef1549 Background Color

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

This div background color is #ef1549


#ef1549 Border Color

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

This div border color is #ef1549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1549


Comments

No comments written yet.

Please login to write comment.