Color Hex Logo

#ef089d Color Hex

#EF089D
(239,8,157)
0 Favorites   0 Comments

Color spaces of #ef089d

RGB 2398157
HSL0.890.940.48
HSV321°97°94°
CMYK 0.000.970.34   0.06
XYZ41.769220.958733.7422
Yxy20.95870.43300.2173
Hunter Lab45.780782.7430-11.6526
CIE-Lab52.904383.1380-16.5421

#ef089d color RGB value is (239,8,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00001000 10011101
Octal 357 10 235
Decimal 239 8 157
Hex EF 8 9D

RGB Percentages of Color #ef089d

%59.16
%1.98
%38.86

CMYK Percentages of Color #ef089d

%0
%97
%34
%6

Triadic Colors of #ef089d

#ef089d #9def08 #089def

Analogous Colors of #ef089d

#ef089d #ef082a #ce08ef

Monochromatic Colors of #ef089d

#ef089d

Complementary Color

#ef089d #08ef5a

#ef089d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef089d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef089d Color CSS Codes

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

#ef089d Text Font Color

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

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


#ef089d Background Color

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

This div background color is #ef089d


#ef089d Border Color

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

This div border color is #ef089d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef089d


Comments

No comments written yet.

Please login to write comment.