Color Hex Logo

#ef335e Color Hex

#EF335E
(239,51,94)
0 Favorites   0 Comments

Color spaces of #ef335e

RGB 2395194
HSL0.960.850.57
HSV346°79°94°
CMYK 0.000.790.61   0.06
XYZ38.800821.526512.6997
Yxy21.52650.53130.2948
Hunter Lab46.396768.082616.2488
CIE-Lab53.521071.252622.1458

#ef335e color RGB value is (239,51,94).

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

The process color (four color CMYK) of #ef335e color hex is 0.00, 0.79, 0.61, 0.06. Web safe color of #ef335e is #ff3366. Color #ef335e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00110011 01011110
Octal 357 63 136
Decimal 239 51 94
Hex EF 33 5E

RGB Percentages of Color #ef335e

%62.24
%13.28
%24.48

CMYK Percentages of Color #ef335e

%0
%79
%61
%6

Triadic Colors of #ef335e

#ef335e #5eef33 #335eef

Analogous Colors of #ef335e

#ef335e #ef6633 #ef33bc

Monochromatic Colors of #ef335e

#ef335e

Complementary Color

#ef335e #33efc4

#ef335e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef335e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef335e Color CSS Codes

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

#ef335e Text Font Color

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

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


#ef335e Background Color

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

This div background color is #ef335e


#ef335e Border Color

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

This div border color is #ef335e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef335e


Comments

No comments written yet.

Please login to write comment.