Color Hex Logo

#ef021e Color Hex

#EF021E
(239,2,30)
0 Favorites   0 Comments

Color spaces of #ef021e

RGB 239230
HSL0.980.980.47
HSV353°99°94°
CMYK 0.000.990.87   0.06
XYZ35.852718.48792.9072
Yxy18.48790.62630.3229
Hunter Lab42.997673.593126.0895
CIE-Lab50.082676.430554.1584

#ef021e color RGB value is (239,2,30).

#ef021e hex color red value is 239, green value is 2 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ef021e hue: 0.98 , saturation: 0.98 and the lightness value of ef021e is 0.47.

The process color (four color CMYK) of #ef021e color hex is 0.00, 0.99, 0.87, 0.06. Web safe color of #ef021e is #ff0033. Color #ef021e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000010 00011110
Octal 357 2 36
Decimal 239 2 30
Hex EF 2 1E

RGB Percentages of Color #ef021e

%88.19
%0.74
%11.07

CMYK Percentages of Color #ef021e

%0
%99
%87
%6

Triadic Colors of #ef021e

#ef021e #1eef02 #021eef

Analogous Colors of #ef021e

#ef021e #ef5d02 #ef0295

Monochromatic Colors of #ef021e

#ef021e

Complementary Color

#ef021e #02efd3

#ef021e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef021e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef021e Color CSS Codes

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

#ef021e Text Font Color

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

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


#ef021e Background Color

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

This div background color is #ef021e


#ef021e Border Color

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

This div border color is #ef021e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef021e


Comments

No comments written yet.

Please login to write comment.