Color Hex Logo

#ef389b Color Hex

#EF389B
(239,56,155)
0 Favorites   0 Comments

Color spaces of #ef389b

RGB 23956155
HSL0.910.850.58
HSV328°77°94°
CMYK 0.000.770.35   0.06
XYZ42.927223.545633.2926
Yxy23.54560.43030.2360
Hunter Lab48.523872.9956-6.7127
CIE-Lab55.629974.8704-11.2389

#ef389b color RGB value is (239,56,155).

#ef389b hex color red value is 239, green value is 56 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ef389b hue: 0.91 , saturation: 0.85 and the lightness value of ef389b is 0.58.

The process color (four color CMYK) of #ef389b color hex is 0.00, 0.77, 0.35, 0.06. Web safe color of #ef389b is #ff3399. Color #ef389b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 00111000 10011011
Octal 357 70 233
Decimal 239 56 155
Hex EF 38 9B

RGB Percentages of Color #ef389b

%53.11
%12.44
%34.44

CMYK Percentages of Color #ef389b

%0
%77
%35
%6

Triadic Colors of #ef389b

#ef389b #9bef38 #389bef

Analogous Colors of #ef389b

#ef389b #ef383f #e838ef

Monochromatic Colors of #ef389b

#ef389b

Complementary Color

#ef389b #38ef8c

#ef389b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef389b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef389b Color CSS Codes

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

#ef389b Text Font Color

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

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


#ef389b Background Color

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

This div background color is #ef389b


#ef389b Border Color

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

This div border color is #ef389b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,56,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 #ef389b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef389b


Comments

No comments written yet.

Please login to write comment.