Color Hex Logo

#ef0615 Color Hex

#EF0615
(239,6,21)
0 Favorites   0 Comments

Color spaces of #ef0615

RGB 239621
HSL0.990.950.48
HSV356°97°94°
CMYK 0.000.970.91   0.06
XYZ35.797118.53512.4004
Yxy18.53510.63100.3267
Hunter Lab43.052473.077026.8310
CIE-Lab50.138876.001557.9529

#ef0615 color RGB value is (239,6,21).

#ef0615 hex color red value is 239, green value is 6 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #ef0615 hue: 0.99 , saturation: 0.95 and the lightness value of ef0615 is 0.48.

The process color (four color CMYK) of #ef0615 color hex is 0.00, 0.97, 0.91, 0.06. Web safe color of #ef0615 is #ff0000. Color #ef0615 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000110 00010101
Octal 357 6 25
Decimal 239 6 21
Hex EF 6 15

RGB Percentages of Color #ef0615

%89.85
%2.26
%7.89

CMYK Percentages of Color #ef0615

%0
%97
%91
%6

Triadic Colors of #ef0615

#ef0615 #15ef06 #0615ef

Analogous Colors of #ef0615

#ef0615 #ef6c06 #ef068a

Monochromatic Colors of #ef0615

#ef0615

Complementary Color

#ef0615 #06efe0

#ef0615 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef0615 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef0615 Color CSS Codes

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

#ef0615 Text Font Color

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

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


#ef0615 Background Color

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

This div background color is #ef0615


#ef0615 Border Color

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

This div border color is #ef0615


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef0615


Comments

No comments written yet.

Please login to write comment.