Color Hex Logo

#ef028b Color Hex

#EF028B
(239,2,139)
0 Favorites   0 Comments

Color spaces of #ef028b

RGB 2392139
HSL0.900.980.47
HSV325°99°94°
CMYK 0.000.990.42   0.06
XYZ40.278520.258226.2134
Yxy20.25820.46430.2335
Hunter Lab45.009180.9731-3.0242
CIE-Lab52.127981.9073-6.9565

#ef028b color RGB value is (239,2,139).

#ef028b hex color red value is 239, green value is 2 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ef028b hue: 0.90 , saturation: 0.98 and the lightness value of ef028b is 0.47.

The process color (four color CMYK) of #ef028b color hex is 0.00, 0.99, 0.42, 0.06. Web safe color of #ef028b is #ff0099. Color #ef028b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00000010 10001011
Octal 357 2 213
Decimal 239 2 139
Hex EF 2 8B

RGB Percentages of Color #ef028b

%62.89
%0.53
%36.58

CMYK Percentages of Color #ef028b

%0
%99
%42
%6

Triadic Colors of #ef028b

#ef028b #8bef02 #028bef

Analogous Colors of #ef028b

#ef028b #ef0214 #dd02ef

Monochromatic Colors of #ef028b

#ef028b

Complementary Color

#ef028b #02ef66

#ef028b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef028b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef028b Color CSS Codes

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

#ef028b Text Font Color

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

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


#ef028b Background Color

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

This div background color is #ef028b


#ef028b Border Color

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

This div border color is #ef028b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef028b


Comments

No comments written yet.

Please login to write comment.