Color Hex Logo

#ef405a Color Hex

#EF405A
(239,64,90)
0 Favorites   0 Comments

Color spaces of #ef405a

RGB 2396490
HSL0.980.850.59
HSV351°73°94°
CMYK 0.000.730.62   0.06
XYZ39.275522.755711.9951
Yxy22.75570.53060.3074
Hunter Lab47.702963.485218.4833
CIE-Lab54.819867.160626.2268

#ef405a color RGB value is (239,64,90).

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

The process color (four color CMYK) of #ef405a color hex is 0.00, 0.73, 0.62, 0.06. Web safe color of #ef405a is #ff3366. Color #ef405a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000000 01011010
Octal 357 100 132
Decimal 239 64 90
Hex EF 40 5A

RGB Percentages of Color #ef405a

%60.81
%16.28
%22.90

CMYK Percentages of Color #ef405a

%0
%73
%62
%6

Triadic Colors of #ef405a

#ef405a #5aef40 #405aef

Analogous Colors of #ef405a

#ef405a #ef7e40 #ef40b2

Monochromatic Colors of #ef405a

#ef405a

Complementary Color

#ef405a #40efd5

#ef405a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef405a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef405a Color CSS Codes

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

#ef405a Text Font Color

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

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


#ef405a Background Color

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

This div background color is #ef405a


#ef405a Border Color

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

This div border color is #ef405a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef405a


Comments

No comments written yet.

Please login to write comment.