Color Hex Logo

#ef463e Color Hex

#EF463E
(239,70,62)
0 Favorites   0 Comments

Color spaces of #ef463e

RGB 2397062
HSL0.010.850.59
HSV74°94°
CMYK 0.000.710.74   0.06
XYZ38.656323.07886.9747
Yxy23.07880.56260.3359
Hunter Lab48.040459.561525.0203
CIE-Lab55.153463.755142.6546

#ef463e color RGB value is (239,70,62).

#ef463e hex color red value is 239, green value is 70 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ef463e hue: 0.01 , saturation: 0.85 and the lightness value of ef463e is 0.59.

The process color (four color CMYK) of #ef463e color hex is 0.00, 0.71, 0.74, 0.06. Web safe color of #ef463e is #ff3333. Color #ef463e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01000110 00111110
Octal 357 106 76
Decimal 239 70 62
Hex EF 46 3E

RGB Percentages of Color #ef463e

%64.42
%18.87
%16.71

CMYK Percentages of Color #ef463e

%0
%71
%74
%6

Triadic Colors of #ef463e

#ef463e #3eef46 #463eef

Analogous Colors of #ef463e

#ef463e #ef9f3e #ef3e8f

Monochromatic Colors of #ef463e

#ef463e

Complementary Color

#ef463e #3ee7ef

#ef463e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef463e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef463e Color CSS Codes

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

#ef463e Text Font Color

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

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


#ef463e Background Color

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

This div background color is #ef463e


#ef463e Border Color

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

This div border color is #ef463e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef463e


Comments

No comments written yet.

Please login to write comment.