Color Hex Logo

#ef2cbe Color Hex

#EF2CBE
(239,44,190)
0 Favorites   0 Comments

Color spaces of #ef2cbe

RGB 23944190
HSL0.880.860.55
HSV315°82°94°
CMYK 0.000.820.21   0.06
XYZ45.791523.869850.9090
Yxy23.86980.37980.1980
Hunter Lab48.856781.8018-27.5808
CIE-Lab55.957281.8091-31.1656

#ef2cbe color RGB value is (239,44,190).

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

The process color (four color CMYK) of #ef2cbe color hex is 0.00, 0.82, 0.21, 0.06. Web safe color of #ef2cbe is #ff33cc. Color #ef2cbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101100 10111110
Octal 357 54 276
Decimal 239 44 190
Hex EF 2C BE

RGB Percentages of Color #ef2cbe

%50.53
%9.30
%40.17

CMYK Percentages of Color #ef2cbe

%0
%82
%21
%6

Triadic Colors of #ef2cbe

#ef2cbe #beef2c #2cbeef

Analogous Colors of #ef2cbe

#ef2cbe #ef2c5d #bf2cef

Monochromatic Colors of #ef2cbe

#ef2cbe

Complementary Color

#ef2cbe #2cef5d

#ef2cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2cbe Color CSS Codes

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

#ef2cbe Text Font Color

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

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


#ef2cbe Background Color

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

This div background color is #ef2cbe


#ef2cbe Border Color

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

This div border color is #ef2cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2cbe


Comments

No comments written yet.

Please login to write comment.