Color Hex Logo

#ef3925 Color Hex

#EF3925
(239,57,37)
0 Favorites   0 Comments

Color spaces of #ef3925

RGB 2395737
HSL0.020.860.54
HSV85°94°
CMYK 0.000.760.85   0.06
XYZ37.393721.41053.9120
Yxy21.41050.59620.3414
Hunter Lab46.271563.277427.3774
CIE-Lab53.395967.252853.6533

#ef3925 color RGB value is (239,57,37).

#ef3925 hex color red value is 239, green value is 57 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #ef3925 hue: 0.02 , saturation: 0.86 and the lightness value of ef3925 is 0.54.

The process color (four color CMYK) of #ef3925 color hex is 0.00, 0.76, 0.85, 0.06. Web safe color of #ef3925 is #ff3333. Color #ef3925 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111001 00100101
Octal 357 71 45
Decimal 239 57 37
Hex EF 39 25

RGB Percentages of Color #ef3925

%71.77
%17.12
%11.11

CMYK Percentages of Color #ef3925

%0
%76
%85
%6

Triadic Colors of #ef3925

#ef3925 #25ef39 #3925ef

Analogous Colors of #ef3925

#ef3925 #ef9e25 #ef2576

Monochromatic Colors of #ef3925

#ef3925

Complementary Color

#ef3925 #25dbef

#ef3925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef3925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef3925 Color CSS Codes

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

#ef3925 Text Font Color

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

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


#ef3925 Background Color

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

This div background color is #ef3925


#ef3925 Border Color

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

This div border color is #ef3925


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef3925


Comments

No comments written yet.

Please login to write comment.