Color Hex Logo

#ef1a33 Color Hex

#EF1A33
(239,26,51)
0 Favorites   0 Comments

Color spaces of #ef1a33

RGB 2392651
HSL0.980.870.52
HSV353°89°94°
CMYK 0.000.890.79   0.06
XYZ36.563519.32854.9356
Yxy19.32850.60110.3178
Hunter Lab43.964271.515024.1188
CIE-Lab51.069374.549244.3258

#ef1a33 color RGB value is (239,26,51).

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

The process color (four color CMYK) of #ef1a33 color hex is 0.00, 0.89, 0.79, 0.06. Web safe color of #ef1a33 is #ff3333. Color #ef1a33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00011010 00110011
Octal 357 32 63
Decimal 239 26 51
Hex EF 1A 33

RGB Percentages of Color #ef1a33

%75.63
%8.23
%16.14

CMYK Percentages of Color #ef1a33

%0
%89
%79
%6

Triadic Colors of #ef1a33

#ef1a33 #33ef1a #1a33ef

Analogous Colors of #ef1a33

#ef1a33 #ef6c1a #ef1a9e

Monochromatic Colors of #ef1a33

#ef1a33

Complementary Color

#ef1a33 #1aefd6

#ef1a33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef1a33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef1a33 Color CSS Codes

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

#ef1a33 Text Font Color

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

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


#ef1a33 Background Color

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

This div background color is #ef1a33


#ef1a33 Border Color

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

This div border color is #ef1a33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef1a33


Comments

No comments written yet.

Please login to write comment.