Color Hex Logo

#ef2290 Color Hex

#EF2290
(239,34,144)
0 Favorites   0 Comments

Color spaces of #ef2290

RGB 23934144
HSL0.910.860.54
HSV328°86°94°
CMYK 0.000.860.40   0.06
XYZ41.202721.508428.3655
Yxy21.50840.45240.2362
Hunter Lab46.377177.4242-3.7993
CIE-Lab53.501578.8374-7.9039

#ef2290 color RGB value is (239,34,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100010 10010000
Octal 357 42 220
Decimal 239 34 144
Hex EF 22 90

RGB Percentages of Color #ef2290

%57.31
%8.15
%34.53

CMYK Percentages of Color #ef2290

%0
%86
%40
%6

Triadic Colors of #ef2290

#ef2290 #90ef22 #2290ef

Analogous Colors of #ef2290

#ef2290 #ef2229 #e822ef

Monochromatic Colors of #ef2290

#ef2290

Complementary Color

#ef2290 #22ef81

#ef2290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2290 Color CSS Codes

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

#ef2290 Text Font Color

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

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


#ef2290 Background Color

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

This div background color is #ef2290


#ef2290 Border Color

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

This div border color is #ef2290


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,34,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 #ef2290">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2290


Comments

No comments written yet.

Please login to write comment.