Color Hex Logo

#ef2273 Color Hex

#EF2273
(239,34,115)
0 Favorites   0 Comments

Color spaces of #ef2273

RGB 23934115
HSL0.930.860.54
HSV336°86°94°
CMYK 0.000.860.52   0.06
XYZ39.263120.732618.1520
Yxy20.73260.50240.2653
Hunter Lab45.533174.23748.2369
CIE-Lab52.655676.44998.2977

#ef2273 color RGB value is (239,34,115).

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

The process color (four color CMYK) of #ef2273 color hex is 0.00, 0.86, 0.52, 0.06. Web safe color of #ef2273 is #ff3366. Color #ef2273 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100010 01110011
Octal 357 42 163
Decimal 239 34 115
Hex EF 22 73

RGB Percentages of Color #ef2273

%61.60
%8.76
%29.64

CMYK Percentages of Color #ef2273

%0
%86
%52
%6

Triadic Colors of #ef2273

#ef2273 #73ef22 #2273ef

Analogous Colors of #ef2273

#ef2273 #ef3822 #ef22da

Monochromatic Colors of #ef2273

#ef2273

Complementary Color

#ef2273 #22ef9e

#ef2273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2273 Color CSS Codes

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

#ef2273 Text Font Color

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

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


#ef2273 Background Color

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

This div background color is #ef2273


#ef2273 Border Color

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

This div border color is #ef2273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2273


Comments

No comments written yet.

Please login to write comment.