Color Hex Logo

#ef228a Color Hex

#EF228A
(239,34,138)
0 Favorites   0 Comments

Color spaces of #ef228a

RGB 23934138
HSL0.920.860.54
HSV330°86°94°
CMYK 0.000.860.42   0.06
XYZ40.756121.329826.0137
Yxy21.32980.46260.2421
Hunter Lab46.184276.6983-1.0667
CIE-Lab53.308678.2967-4.6041

#ef228a color RGB value is (239,34,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100010 10001010
Octal 357 42 212
Decimal 239 34 138
Hex EF 22 8A

RGB Percentages of Color #ef228a

%58.15
%8.27
%33.58

CMYK Percentages of Color #ef228a

%0
%86
%42
%6

Triadic Colors of #ef228a

#ef228a #8aef22 #228aef

Analogous Colors of #ef228a

#ef228a #ef2223 #ee22ef

Monochromatic Colors of #ef228a

#ef228a

Complementary Color

#ef228a #22ef87

#ef228a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef228a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef228a Color CSS Codes

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

#ef228a Text Font Color

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

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


#ef228a Background Color

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

This div background color is #ef228a


#ef228a Border Color

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

This div border color is #ef228a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef228a


Comments

No comments written yet.

Please login to write comment.