Color Hex Logo

#ef454d Color Hex

#EF454D
(239,69,77)
0 Favorites   0 Comments

Color spaces of #ef454d

RGB 2396977
HSL0.990.840.60
HSV357°71°94°
CMYK 0.000.710.68   0.06
XYZ39.064323.14289.4293
Yxy23.14280.54530.3231
Hunter Lab48.107060.760222.0536
CIE-Lab55.219164.770734.3066

#ef454d color RGB value is (239,69,77).

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

The process color (four color CMYK) of #ef454d color hex is 0.00, 0.71, 0.68, 0.06. Web safe color of #ef454d is #ff3366. Color #ef454d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000101 01001101
Octal 357 105 115
Decimal 239 69 77
Hex EF 45 4D

RGB Percentages of Color #ef454d

%62.08
%17.92
%20.00

CMYK Percentages of Color #ef454d

%0
%71
%68
%6

Triadic Colors of #ef454d

#ef454d #4def45 #454def

Analogous Colors of #ef454d

#ef454d #ef9245 #ef45a2

Monochromatic Colors of #ef454d

#ef454d

Complementary Color

#ef454d #45efe7

#ef454d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef454d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef454d Color CSS Codes

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

#ef454d Text Font Color

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

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


#ef454d Background Color

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

This div background color is #ef454d


#ef454d Border Color

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

This div border color is #ef454d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef454d


Comments

No comments written yet.

Please login to write comment.