Color Hex Logo

#ef424b Color Hex

#EF424B
(239,66,75)
0 Favorites   0 Comments

Color spaces of #ef424b

RGB 2396675
HSL0.990.840.60
HSV357°72°94°
CMYK 0.000.720.69   0.06
XYZ38.814822.75529.0030
Yxy22.75520.55000.3224
Hunter Lab47.702461.763822.2017
CIE-Lab54.819365.701034.9713

#ef424b color RGB value is (239,66,75).

#ef424b hex color red value is 239, green value is 66 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ef424b hue: 0.99 , saturation: 0.84 and the lightness value of ef424b is 0.60.

The process color (four color CMYK) of #ef424b color hex is 0.00, 0.72, 0.69, 0.06. Web safe color of #ef424b is #ff3333. Color #ef424b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000010 01001011
Octal 357 102 113
Decimal 239 66 75
Hex EF 42 4B

RGB Percentages of Color #ef424b

%62.89
%17.37
%19.74

CMYK Percentages of Color #ef424b

%0
%72
%69
%6

Triadic Colors of #ef424b

#ef424b #4bef42 #424bef

Analogous Colors of #ef424b

#ef424b #ef9042 #ef42a2

Monochromatic Colors of #ef424b

#ef424b

Complementary Color

#ef424b #42efe6

#ef424b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef424b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef424b Color CSS Codes

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

#ef424b Text Font Color

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

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


#ef424b Background Color

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

This div background color is #ef424b


#ef424b Border Color

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

This div border color is #ef424b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef424b


Comments

No comments written yet.

Please login to write comment.