Color Hex Logo

#ef2abb Color Hex

#EF2ABB
(239,42,187)
0 Favorites   0 Comments

Color spaces of #ef2abb

RGB 23942187
HSL0.880.860.55
HSV316°82°94°
CMYK 0.000.820.22   0.06
XYZ45.394223.594549.1754
Yxy23.59450.38420.1997
Hunter Lab48.574281.8095-26.0219
CIE-Lab55.679581.8692-29.8620

#ef2abb color RGB value is (239,42,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00101010 10111011
Octal 357 52 273
Decimal 239 42 187
Hex EF 2A BB

RGB Percentages of Color #ef2abb

%51.07
%8.97
%39.96

CMYK Percentages of Color #ef2abb

%0
%82
%22
%6

Triadic Colors of #ef2abb

#ef2abb #bbef2a #2abbef

Analogous Colors of #ef2abb

#ef2abb #ef2a59 #c12aef

Monochromatic Colors of #ef2abb

#ef2abb

Complementary Color

#ef2abb #2aef5e

#ef2abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef2abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef2abb Color CSS Codes

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

#ef2abb Text Font Color

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

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


#ef2abb Background Color

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

This div background color is #ef2abb


#ef2abb Border Color

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

This div border color is #ef2abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef2abb


Comments

No comments written yet.

Please login to write comment.