Color Hex Logo

#ef089b Color Hex

#EF089B
(239,8,155)
0 Favorites   0 Comments

Color spaces of #ef089b

RGB 2398155
HSL0.890.940.48
HSV322°97°94°
CMYK 0.000.970.35   0.06
XYZ41.599820.890932.8501
Yxy20.89090.43630.2191
Hunter Lab45.706682.4752-10.6182
CIE-Lab52.829982.9440-15.4669

#ef089b color RGB value is (239,8,155).

#ef089b hex color red value is 239, green value is 8 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ef089b hue: 0.89 , saturation: 0.94 and the lightness value of ef089b is 0.48.

The process color (four color CMYK) of #ef089b color hex is 0.00, 0.97, 0.35, 0.06. Web safe color of #ef089b is #ff0099. Color #ef089b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001000 10011011
Octal 357 10 233
Decimal 239 8 155
Hex EF 8 9B

RGB Percentages of Color #ef089b

%59.45
%1.99
%38.56

CMYK Percentages of Color #ef089b

%0
%97
%35
%6

Triadic Colors of #ef089b

#ef089b #9bef08 #089bef

Analogous Colors of #ef089b

#ef089b #ef0827 #d008ef

Monochromatic Colors of #ef089b

#ef089b

Complementary Color

#ef089b #08ef5c

#ef089b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef089b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef089b Color CSS Codes

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

#ef089b Text Font Color

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

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


#ef089b Background Color

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

This div background color is #ef089b


#ef089b Border Color

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

This div border color is #ef089b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef089b


Comments

No comments written yet.

Please login to write comment.