Color Hex Logo

#ef334c Color Hex

#EF334C
(239,51,76)
0 Favorites   0 Comments

Color spaces of #ef334c

RGB 2395176
HSL0.980.850.57
HSV352°79°94°
CMYK 0.000.790.68   0.06
XYZ38.084921.24028.9299
Yxy21.24020.55800.3112
Hunter Lab46.087166.854320.7728
CIE-Lab53.211470.291632.4355

#ef334c color RGB value is (239,51,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110011 01001100
Octal 357 63 114
Decimal 239 51 76
Hex EF 33 4C

RGB Percentages of Color #ef334c

%65.30
%13.93
%20.77

CMYK Percentages of Color #ef334c

%0
%79
%68
%6

Triadic Colors of #ef334c

#ef334c #4cef33 #334cef

Analogous Colors of #ef334c

#ef334c #ef7833 #ef33aa

Monochromatic Colors of #ef334c

#ef334c

Complementary Color

#ef334c #33efd6

#ef334c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef334c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef334c Color CSS Codes

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

#ef334c Text Font Color

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

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


#ef334c Background Color

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

This div background color is #ef334c


#ef334c Border Color

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

This div border color is #ef334c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef334c


Comments

No comments written yet.

Please login to write comment.