Color Hex Logo

#ef2fba Color Hex

#EF2FBA
(239,47,186)
0 Favorites   0 Comments

Color spaces of #ef2fba

RGB 23947186
HSL0.880.860.56
HSV317°80°94°
CMYK 0.000.800.22   0.06
XYZ45.476023.928948.6763
Yxy23.92890.38510.2026
Hunter Lab48.917280.3380-24.7560
CIE-Lab56.016580.6510-28.7600

#ef2fba color RGB value is (239,47,186).

#ef2fba hex color red value is 239, green value is 47 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ef2fba hue: 0.88 , saturation: 0.86 and the lightness value of ef2fba is 0.56.

The process color (four color CMYK) of #ef2fba color hex is 0.00, 0.80, 0.22, 0.06. Web safe color of #ef2fba is #ff33cc. Color #ef2fba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101111 10111010
Octal 357 57 272
Decimal 239 47 186
Hex EF 2F BA

RGB Percentages of Color #ef2fba

%50.64
%9.96
%39.41

CMYK Percentages of Color #ef2fba

%0
%80
%22
%6

Triadic Colors of #ef2fba

#ef2fba #baef2f #2fbaef

Analogous Colors of #ef2fba

#ef2fba #ef2f5a #c42fef

Monochromatic Colors of #ef2fba

#ef2fba

Complementary Color

#ef2fba #2fef64

#ef2fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2fba Color CSS Codes

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

#ef2fba Text Font Color

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

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


#ef2fba Background Color

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

This div background color is #ef2fba


#ef2fba Border Color

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

This div border color is #ef2fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2fba


Comments

No comments written yet.

Please login to write comment.