Color Hex Logo

#ef579b Color Hex

#EF579B
(239,87,155)
0 Favorites   0 Comments

Color spaces of #ef579b

RGB 23987155
HSL0.930.830.64
HSV333°64°94°
CMYK 0.000.640.35   0.06
XYZ44.921227.533733.9573
Yxy27.53370.42210.2587
Hunter Lab52.472660.9849-1.6384
CIE-Lab59.465164.1896-5.5173

#ef579b color RGB value is (239,87,155).

#ef579b hex color red value is 239, green value is 87 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ef579b hue: 0.93 , saturation: 0.83 and the lightness value of ef579b is 0.64.

The process color (four color CMYK) of #ef579b color hex is 0.00, 0.64, 0.35, 0.06. Web safe color of #ef579b is #ff6699. Color #ef579b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010111 10011011
Octal 357 127 233
Decimal 239 87 155
Hex EF 57 9B

RGB Percentages of Color #ef579b

%49.69
%18.09
%32.22

CMYK Percentages of Color #ef579b

%0
%64
%35
%6

Triadic Colors of #ef579b

#ef579b #9bef57 #579bef

Analogous Colors of #ef579b

#ef579b #ef5f57 #ef57e7

Monochromatic Colors of #ef579b

#ef579b

Complementary Color

#ef579b #57efab

#ef579b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef579b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef579b Color CSS Codes

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

#ef579b Text Font Color

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

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


#ef579b Background Color

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

This div background color is #ef579b


#ef579b Border Color

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

This div border color is #ef579b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef579b


Comments

No comments written yet.

Please login to write comment.