Color Hex Logo

#ef2090 Color Hex

#EF2090
(239,32,144)
0 Favorites   0 Comments

Color spaces of #ef2090

RGB 23932144
HSL0.910.870.53
HSV328°87°94°
CMYK 0.000.870.40   0.06
XYZ41.147221.397428.3470
Yxy21.39740.45270.2354
Hunter Lab46.257377.8305-3.9534
CIE-Lab53.381779.1837-8.0827

#ef2090 color RGB value is (239,32,144).

#ef2090 hex color red value is 239, green value is 32 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ef2090 hue: 0.91 , saturation: 0.87 and the lightness value of ef2090 is 0.53.

The process color (four color CMYK) of #ef2090 color hex is 0.00, 0.87, 0.40, 0.06. Web safe color of #ef2090 is #ff3399. Color #ef2090 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100000 10010000
Octal 357 40 220
Decimal 239 32 144
Hex EF 20 90

RGB Percentages of Color #ef2090

%57.59
%7.71
%34.70

CMYK Percentages of Color #ef2090

%0
%87
%40
%6

Triadic Colors of #ef2090

#ef2090 #90ef20 #2090ef

Analogous Colors of #ef2090

#ef2090 #ef2028 #e720ef

Monochromatic Colors of #ef2090

#ef2090

Complementary Color

#ef2090 #20ef7f

#ef2090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2090 Color CSS Codes

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

#ef2090 Text Font Color

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

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


#ef2090 Background Color

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

This div background color is #ef2090


#ef2090 Border Color

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

This div border color is #ef2090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2090


Comments

No comments written yet.

Please login to write comment.