Color Hex Logo

#ef091d Color Hex

#EF091D
(239,9,29)
0 Favorites   0 Comments

Color spaces of #ef091d

RGB 239929
HSL0.990.930.49
HSV355°96°94°
CMYK 0.000.960.88   0.06
XYZ35.916118.63482.8663
Yxy18.63480.62550.3246
Hunter Lab43.168072.969126.2809
CIE-Lab50.257275.890954.7410

#ef091d color RGB value is (239,9,29).

#ef091d hex color red value is 239, green value is 9 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ef091d hue: 0.99 , saturation: 0.93 and the lightness value of ef091d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001001 00011101
Octal 357 11 35
Decimal 239 9 29
Hex EF 9 1D

RGB Percentages of Color #ef091d

%86.28
%3.25
%10.47

CMYK Percentages of Color #ef091d

%0
%96
%88
%6

Triadic Colors of #ef091d

#ef091d #1def09 #091def

Analogous Colors of #ef091d

#ef091d #ef6809 #ef0990

Monochromatic Colors of #ef091d

#ef091d

Complementary Color

#ef091d #09efdb

#ef091d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef091d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef091d Color CSS Codes

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

#ef091d Text Font Color

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

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


#ef091d Background Color

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

This div background color is #ef091d


#ef091d Border Color

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

This div border color is #ef091d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef091d


Comments

No comments written yet.

Please login to write comment.