Color Hex Logo

#ef324b Color Hex

#EF324B
(239,50,75)
0 Favorites   0 Comments

Color spaces of #ef324b

RGB 2395075
HSL0.980.860.57
HSV352°79°94°
CMYK 0.000.790.69   0.06
XYZ38.007221.13998.7338
Yxy21.13990.55990.3114
Hunter Lab45.978167.092820.9222
CIE-Lab53.102370.511132.8881

#ef324b color RGB value is (239,50,75).

#ef324b hex color red value is 239, green value is 50 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ef324b hue: 0.98 , saturation: 0.86 and the lightness value of ef324b is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110010 01001011
Octal 357 62 113
Decimal 239 50 75
Hex EF 32 4B

RGB Percentages of Color #ef324b

%65.66
%13.74
%20.60

CMYK Percentages of Color #ef324b

%0
%79
%69
%6

Triadic Colors of #ef324b

#ef324b #4bef32 #324bef

Analogous Colors of #ef324b

#ef324b #ef7832 #ef32aa

Monochromatic Colors of #ef324b

#ef324b

Complementary Color

#ef324b #32efd6

#ef324b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef324b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef324b Color CSS Codes

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

#ef324b Text Font Color

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

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


#ef324b Background Color

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

This div background color is #ef324b


#ef324b Border Color

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

This div border color is #ef324b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef324b


Comments

No comments written yet.

Please login to write comment.