Color Hex Logo

#ef2744 Color Hex

#EF2744
(239,39,68)
0 Favorites   0 Comments

Color spaces of #ef2744

RGB 2393968
HSL0.980.860.55
HSV351°84°94°
CMYK 0.000.840.72   0.06
XYZ37.365520.21917.4021
Yxy20.21910.57500.3111
Hunter Lab44.965769.639821.7158
CIE-Lab52.084072.815135.7603

#ef2744 color RGB value is (239,39,68).

#ef2744 hex color red value is 239, green value is 39 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #ef2744 hue: 0.98 , saturation: 0.86 and the lightness value of ef2744 is 0.55.

The process color (four color CMYK) of #ef2744 color hex is 0.00, 0.84, 0.72, 0.06. Web safe color of #ef2744 is #ff3333. Color #ef2744 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100111 01000100
Octal 357 47 104
Decimal 239 39 68
Hex EF 27 44

RGB Percentages of Color #ef2744

%69.08
%11.27
%19.65

CMYK Percentages of Color #ef2744

%0
%84
%72
%6

Triadic Colors of #ef2744

#ef2744 #44ef27 #2744ef

Analogous Colors of #ef2744

#ef2744 #ef6e27 #ef27a8

Monochromatic Colors of #ef2744

#ef2744

Complementary Color

#ef2744 #27efd2

#ef2744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2744 Color CSS Codes

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

#ef2744 Text Font Color

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

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


#ef2744 Background Color

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

This div background color is #ef2744


#ef2744 Border Color

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

This div border color is #ef2744


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2744


Comments

No comments written yet.

Please login to write comment.