color codes Logo

#ef304c color codes

#EF304C
(239,48,76)
0 Favorites   0 Comments

Color spaces of #ef304c

RGB 2394876
HSL0.980.860.56
HSV351°80°94°
CMYK 0.000.800.68   0.06
XYZ37.958120.98648.8877
Yxy20.98640.55960.3094
Hunter Lab45.810967.732820.5649
CIE-Lab52.934671.075132.0954

#ef304c color RGB value is (239,48,76).

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

The process color (four color CMYK) of #ef304c color code is 0.00, 0.80, 0.68, 0.06. Web safe color of #ef304c is #ff3333. Color #ef304c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110000 01001100
Octal 357 60 114
Decimal 239 48 76
Hex EF 30 4C

RGB Percentages of Color #ef304c

%65.84
%13.22
%20.94

CMYK Percentages of Color #ef304c

%0
%80
%68
%6

Triadic Colors of #ef304c

#ef304c #4cef30 #304cef

Analogous Colors of #ef304c

#ef304c #ef7430 #ef30ac

Monochromatic Colors of #ef304c

#ef304c

Complementary Color

#ef304c #30efd3

#ef304c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef304c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef304c Color CSS Codes

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

#ef304c Text Font Color

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

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


#ef304c Background Color

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

This div background color is #ef304c


#ef304c Border Color

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

This div border color is #ef304c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef304c


Comments

No comments written yet.

Please login to write comment.