Color Hex Logo

#ef163b Color Hex

#EF163B
(239,22,59)
0 Favorites   0 Comments

Color spaces of #ef163b

RGB 2392259
HSL0.970.870.51
HSV350°91°94°
CMYK 0.000.910.75   0.06
XYZ36.672919.24035.9185
Yxy19.24030.59310.3112
Hunter Lab43.863872.475822.7047
CIE-Lab50.967275.352039.6994

#ef163b color RGB value is (239,22,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00010110 00111011
Octal 357 26 73
Decimal 239 22 59
Hex EF 16 3B

RGB Percentages of Color #ef163b

%74.69
%6.88
%18.44

CMYK Percentages of Color #ef163b

%0
%91
%75
%6

Triadic Colors of #ef163b

#ef163b #3bef16 #163bef

Analogous Colors of #ef163b

#ef163b #ef5e16 #ef16a8

Monochromatic Colors of #ef163b

#ef163b

Complementary Color

#ef163b #16efca

#ef163b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef163b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef163b Color CSS Codes

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

#ef163b Text Font Color

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

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


#ef163b Background Color

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

This div background color is #ef163b


#ef163b Border Color

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

This div border color is #ef163b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef163b


Comments

No comments written yet.

Please login to write comment.