Color Hex Logo

#ef373f Color Hex

#EF373F
(239,55,63)
0 Favorites   0 Comments

Color spaces of #ef373f

RGB 2395563
HSL0.990.850.58
HSV357°77°94°
CMYK 0.000.770.74   0.06
XYZ37.860021.44206.8459
Yxy21.44200.57240.3242
Hunter Lab46.305564.909323.6483
CIE-Lab53.429968.622840.1787

#ef373f color RGB value is (239,55,63).

#ef373f hex color red value is 239, green value is 55 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ef373f hue: 0.99 , saturation: 0.85 and the lightness value of ef373f is 0.58.

The process color (four color CMYK) of #ef373f color hex is 0.00, 0.77, 0.74, 0.06. Web safe color of #ef373f is #ff3333. Color #ef373f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110111 00111111
Octal 357 67 77
Decimal 239 55 63
Hex EF 37 3F

RGB Percentages of Color #ef373f

%66.95
%15.41
%17.65

CMYK Percentages of Color #ef373f

%0
%77
%74
%6

Triadic Colors of #ef373f

#ef373f #3fef37 #373fef

Analogous Colors of #ef373f

#ef373f #ef8b37 #ef379b

Monochromatic Colors of #ef373f

#ef373f

Complementary Color

#ef373f #37efe7

#ef373f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef373f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef373f Color CSS Codes

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

#ef373f Text Font Color

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

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


#ef373f Background Color

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

This div background color is #ef373f


#ef373f Border Color

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

This div border color is #ef373f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef373f


Comments

No comments written yet.

Please login to write comment.