Color Hex Logo

#ef071d Color Hex

#EF071D
(239,7,29)
0 Favorites   0 Comments

Color spaces of #ef071d

RGB 239729
HSL0.980.940.48
HSV354°97°94°
CMYK 0.000.970.88   0.06
XYZ35.894418.59142.8591
Yxy18.59140.62590.3242
Hunter Lab43.117773.140526.2510
CIE-Lab50.205776.040054.7021

#ef071d color RGB value is (239,7,29).

#ef071d hex color red value is 239, green value is 7 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ef071d hue: 0.98 , saturation: 0.94 and the lightness value of ef071d is 0.48.

The process color (four color CMYK) of #ef071d color hex is 0.00, 0.97, 0.88, 0.06. Web safe color of #ef071d is #ff0033. Color #ef071d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000111 00011101
Octal 357 7 35
Decimal 239 7 29
Hex EF 7 1D

RGB Percentages of Color #ef071d

%86.91
%2.55
%10.55

CMYK Percentages of Color #ef071d

%0
%97
%88
%6

Triadic Colors of #ef071d

#ef071d #1def07 #071def

Analogous Colors of #ef071d

#ef071d #ef6507 #ef0791

Monochromatic Colors of #ef071d

#ef071d

Complementary Color

#ef071d #07efd9

#ef071d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef071d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef071d Color CSS Codes

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

#ef071d Text Font Color

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

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


#ef071d Background Color

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

This div background color is #ef071d


#ef071d Border Color

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

This div border color is #ef071d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef071d


Comments

No comments written yet.

Please login to write comment.