Color Hex Logo

#ef193f Color Hex

#EF193F
(239,25,63)
0 Favorites   0 Comments

Color spaces of #ef193f

RGB 2392563
HSL0.970.870.52
HSV349°90°94°
CMYK 0.000.900.74   0.06
XYZ36.841419.40496.5064
Yxy19.40490.58710.3092
Hunter Lab44.051072.196622.0785
CIE-Lab51.157675.087837.5979

#ef193f color RGB value is (239,25,63).

#ef193f hex color red value is 239, green value is 25 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ef193f hue: 0.97 , saturation: 0.87 and the lightness value of ef193f is 0.52.

The process color (four color CMYK) of #ef193f color hex is 0.00, 0.90, 0.74, 0.06. Web safe color of #ef193f is #ff0033. Color #ef193f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011001 00111111
Octal 357 31 77
Decimal 239 25 63
Hex EF 19 3F

RGB Percentages of Color #ef193f

%73.09
%7.65
%19.27

CMYK Percentages of Color #ef193f

%0
%90
%74
%6

Triadic Colors of #ef193f

#ef193f #3fef19 #193fef

Analogous Colors of #ef193f

#ef193f #ef5e19 #ef19aa

Monochromatic Colors of #ef193f

#ef193f

Complementary Color

#ef193f #19efc9

#ef193f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef193f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef193f Color CSS Codes

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

#ef193f Text Font Color

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

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


#ef193f Background Color

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

This div background color is #ef193f


#ef193f Border Color

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

This div border color is #ef193f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,25,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 #ef193f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef193f


Comments

No comments written yet.

Please login to write comment.