Color Hex Logo

#ef514d Color Hex

#EF514D
(239,81,77)
0 Favorites   0 Comments

Color spaces of #ef514d

RGB 2398177
HSL0.000.840.62
HSV68°94°
CMYK 0.000.660.68   0.06
XYZ39.878624.77149.7007
Yxy24.77140.53640.3332
Hunter Lab49.770955.923023.2836
CIE-Lab56.852060.297736.2810

#ef514d color RGB value is (239,81,77).

#ef514d hex color red value is 239, green value is 81 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ef514d hue: 0.00 , saturation: 0.84 and the lightness value of ef514d is 0.62.

The process color (four color CMYK) of #ef514d color hex is 0.00, 0.66, 0.68, 0.06. Web safe color of #ef514d is #ff6666. Color #ef514d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01010001 01001101
Octal 357 121 115
Decimal 239 81 77
Hex EF 51 4D

RGB Percentages of Color #ef514d

%60.20
%20.40
%19.40

CMYK Percentages of Color #ef514d

%0
%66
%68
%6

Triadic Colors of #ef514d

#ef514d #4def51 #514def

Analogous Colors of #ef514d

#ef514d #efa24d #ef4d9a

Monochromatic Colors of #ef514d

#ef514d

Complementary Color

#ef514d #4debef

#ef514d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef514d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef514d Color CSS Codes

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

#ef514d Text Font Color

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

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


#ef514d Background Color

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

This div background color is #ef514d


#ef514d Border Color

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

This div border color is #ef514d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef514d


Comments

No comments written yet.

Please login to write comment.