Color Hex Logo

#ef264d Color Hex

#EF264D
(239,38,77)
0 Favorites   0 Comments

Color spaces of #ef264d

RGB 2393877
HSL0.970.860.54
HSV348°84°94°
CMYK 0.000.840.68   0.06
XYZ37.629320.27288.9509
Yxy20.27280.56290.3032
Hunter Lab45.025370.384619.7311
CIE-Lab52.144373.415530.5276

#ef264d color RGB value is (239,38,77).

#ef264d hex color red value is 239, green value is 38 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ef264d hue: 0.97 , saturation: 0.86 and the lightness value of ef264d is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 00100110 01001101
Octal 357 46 115
Decimal 239 38 77
Hex EF 26 4D

RGB Percentages of Color #ef264d

%67.51
%10.73
%21.75

CMYK Percentages of Color #ef264d

%0
%84
%68
%6

Triadic Colors of #ef264d

#ef264d #4def26 #264def

Analogous Colors of #ef264d

#ef264d #ef6326 #ef26b2

Monochromatic Colors of #ef264d

#ef264d

Complementary Color

#ef264d #26efc8

#ef264d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef264d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef264d Color CSS Codes

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

#ef264d Text Font Color

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

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


#ef264d Background Color

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

This div background color is #ef264d


#ef264d Border Color

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

This div border color is #ef264d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef264d


Comments

No comments written yet.

Please login to write comment.