Color Hex Logo

#ef227f Color Hex

#EF227F
(239,34,127)
0 Favorites   0 Comments

Color spaces of #ef227f

RGB 23934127
HSL0.920.860.54
HSV333°86°94°
CMYK 0.000.860.47   0.06
XYZ39.999421.027122.0291
Yxy21.02710.48160.2532
Hunter Lab45.855375.45803.6155
CIE-Lab52.979177.36861.5185

#ef227f color RGB value is (239,34,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100010 01111111
Octal 357 42 177
Decimal 239 34 127
Hex EF 22 7F

RGB Percentages of Color #ef227f

%59.75
%8.50
%31.75

CMYK Percentages of Color #ef227f

%0
%86
%47
%6

Triadic Colors of #ef227f

#ef227f #7fef22 #227fef

Analogous Colors of #ef227f

#ef227f #ef2c22 #ef22e6

Monochromatic Colors of #ef227f

#ef227f

Complementary Color

#ef227f #22ef92

#ef227f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef227f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef227f Color CSS Codes

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

#ef227f Text Font Color

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

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


#ef227f Background Color

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

This div background color is #ef227f


#ef227f Border Color

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

This div border color is #ef227f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef227f


Comments

No comments written yet.

Please login to write comment.