Color Hex Logo

#ef505f Color Hex

#EF505F
(239,80,95)
0 Favorites   0 Comments

Color spaces of #ef505f

RGB 2398095
HSL0.980.830.63
HSV354°67°94°
CMYK 0.000.670.60   0.06
XYZ40.530824.914313.4992
Yxy24.91430.51340.3156
Hunter Lab49.914257.593718.9051
CIE-Lab56.991861.724626.1210

#ef505f color RGB value is (239,80,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010000 01011111
Octal 357 120 137
Decimal 239 80 95
Hex EF 50 5F

RGB Percentages of Color #ef505f

%57.73
%19.32
%22.95

CMYK Percentages of Color #ef505f

%0
%67
%60
%6

Triadic Colors of #ef505f

#ef505f #5fef50 #505fef

Analogous Colors of #ef505f

#ef505f #ef9150 #ef50af

Monochromatic Colors of #ef505f

#ef505f

Complementary Color

#ef505f #50efe0

#ef505f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef505f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef505f Color CSS Codes

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

#ef505f Text Font Color

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

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


#ef505f Background Color

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

This div background color is #ef505f


#ef505f Border Color

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

This div border color is #ef505f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef505f


Comments

No comments written yet.

Please login to write comment.