Color Hex Logo

#ef507b Color Hex

#EF507B
(239,80,123)
0 Favorites   0 Comments

Color spaces of #ef507b

RGB 23980123
HSL0.950.830.63
HSV344°67°94°
CMYK 0.000.670.49   0.06
XYZ42.040425.518121.4486
Yxy25.51810.47230.2867
Hunter Lab50.515460.150810.1866
CIE-Lab57.576863.818810.4860

#ef507b color RGB value is (239,80,123).

#ef507b hex color red value is 239, green value is 80 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ef507b hue: 0.95 , saturation: 0.83 and the lightness value of ef507b is 0.63.

The process color (four color CMYK) of #ef507b color hex is 0.00, 0.67, 0.49, 0.06. Web safe color of #ef507b is #ff6666. Color #ef507b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010000 01111011
Octal 357 120 173
Decimal 239 80 123
Hex EF 50 7B

RGB Percentages of Color #ef507b

%54.07
%18.10
%27.83

CMYK Percentages of Color #ef507b

%0
%67
%49
%6

Triadic Colors of #ef507b

#ef507b #7bef50 #507bef

Analogous Colors of #ef507b

#ef507b #ef7550 #ef50cb

Monochromatic Colors of #ef507b

#ef507b

Complementary Color

#ef507b #50efc4

#ef507b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef507b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef507b Color CSS Codes

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

#ef507b Text Font Color

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

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


#ef507b Background Color

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

This div background color is #ef507b


#ef507b Border Color

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

This div border color is #ef507b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef507b


Comments

No comments written yet.

Please login to write comment.