Color Hex Logo

#ef3439 Color Hex

#EF3439
(239,52,57)
0 Favorites   0 Comments

Color spaces of #ef3439

RGB 2395257
HSL1.000.850.57
HSV358°78°94°
CMYK 0.000.780.76   0.06
XYZ37.563121.10215.9642
Yxy21.10210.58120.3265
Hunter Lab45.937065.571224.4580
CIE-Lab53.061169.248343.1150

#ef3439 color RGB value is (239,52,57).

#ef3439 hex color red value is 239, green value is 52 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #ef3439 hue: 1.00 , saturation: 0.85 and the lightness value of ef3439 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110100 00111001
Octal 357 64 71
Decimal 239 52 57
Hex EF 34 39

RGB Percentages of Color #ef3439

%68.68
%14.94
%16.38

CMYK Percentages of Color #ef3439

%0
%78
%76
%6

Triadic Colors of #ef3439

#ef3439 #39ef34 #3439ef

Analogous Colors of #ef3439

#ef3439 #ef8d34 #ef3497

Monochromatic Colors of #ef3439

#ef3439

Complementary Color

#ef3439 #34efea

#ef3439 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef3439 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef3439 Color CSS Codes

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

#ef3439 Text Font Color

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

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


#ef3439 Background Color

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

This div background color is #ef3439


#ef3439 Border Color

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

This div border color is #ef3439


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef3439


Comments

No comments written yet.

Please login to write comment.