Color Hex Logo

#ef455c Color Hex

#EF455C
(239,69,92)
0 Favorites   0 Comments

Color spaces of #ef455c

RGB 2396992
HSL0.980.840.60
HSV352°71°94°
CMYK 0.000.710.62   0.06
XYZ39.656523.379712.5478
Yxy23.37970.52470.3093
Hunter Lab48.352661.780318.4607
CIE-Lab55.461365.595925.8823

#ef455c color RGB value is (239,69,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000101 01011100
Octal 357 105 134
Decimal 239 69 92
Hex EF 45 5C

RGB Percentages of Color #ef455c

%59.75
%17.25
%23.00

CMYK Percentages of Color #ef455c

%0
%71
%62
%6

Triadic Colors of #ef455c

#ef455c #5cef45 #455cef

Analogous Colors of #ef455c

#ef455c #ef8345 #ef45b1

Monochromatic Colors of #ef455c

#ef455c

Complementary Color

#ef455c #45efd8

#ef455c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef455c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef455c Color CSS Codes

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

#ef455c Text Font Color

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

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


#ef455c Background Color

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

This div background color is #ef455c


#ef455c Border Color

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

This div border color is #ef455c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef455c


Comments

No comments written yet.

Please login to write comment.