Color Hex Logo

#ef409a Color Hex

#EF409A
(239,64,154)
0 Favorites   0 Comments

Color spaces of #ef409a

RGB 23964154
HSL0.910.850.59
HSV329°73°94°
CMYK 0.000.730.36   0.06
XYZ43.262724.350632.9918
Yxy24.35060.43000.2420
Hunter Lab49.346370.1377-5.0975
CIE-Lab56.437172.3879-9.4401

#ef409a color RGB value is (239,64,154).

#ef409a hex color red value is 239, green value is 64 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ef409a hue: 0.91 , saturation: 0.85 and the lightness value of ef409a is 0.59.

The process color (four color CMYK) of #ef409a color hex is 0.00, 0.73, 0.36, 0.06. Web safe color of #ef409a is #ff3399. Color #ef409a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000000 10011010
Octal 357 100 232
Decimal 239 64 154
Hex EF 40 9A

RGB Percentages of Color #ef409a

%52.30
%14.00
%33.70

CMYK Percentages of Color #ef409a

%0
%73
%36
%6

Triadic Colors of #ef409a

#ef409a #9aef40 #409aef

Analogous Colors of #ef409a

#ef409a #ef4042 #ed40ef

Monochromatic Colors of #ef409a

#ef409a

Complementary Color

#ef409a #40ef95

#ef409a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef409a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef409a Color CSS Codes

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

#ef409a Text Font Color

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

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


#ef409a Background Color

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

This div background color is #ef409a


#ef409a Border Color

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

This div border color is #ef409a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef409a


Comments

No comments written yet.

Please login to write comment.