Color Hex Logo

#ef505b Color Hex

#EF505B
(239,80,91)
0 Favorites   0 Comments

Color spaces of #ef505b

RGB 2398091
HSL0.990.830.63
HSV356°67°94°
CMYK 0.000.670.62   0.06
XYZ40.353624.843412.5659
Yxy24.84340.51890.3195
Hunter Lab49.843257.290219.9427
CIE-Lab56.922561.474128.3549

#ef505b color RGB value is (239,80,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010000 01011011
Octal 357 120 133
Decimal 239 80 91
Hex EF 50 5B

RGB Percentages of Color #ef505b

%58.29
%19.51
%22.20

CMYK Percentages of Color #ef505b

%0
%67
%62
%6

Triadic Colors of #ef505b

#ef505b #5bef50 #505bef

Analogous Colors of #ef505b

#ef505b #ef9550 #ef50ab

Monochromatic Colors of #ef505b

#ef505b

Complementary Color

#ef505b #50efe4

#ef505b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef505b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef505b Color CSS Codes

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

#ef505b Text Font Color

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

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


#ef505b Background Color

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

This div background color is #ef505b


#ef505b Border Color

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

This div border color is #ef505b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef505b


Comments

No comments written yet.

Please login to write comment.