Color Hex Logo

#ef6440 Color Hex

#EF6440
(239,100,64)
0 Favorites   0 Comments

Color spaces of #ef6440

RGB 23910064
HSL0.030.850.59
HSV12°73°94°
CMYK 0.000.580.73   0.06
XYZ41.079227.83528.0581
Yxy27.83520.53370.3616
Hunter Lab52.759146.655027.8758
CIE-Lab59.739651.570746.6161

#ef6440 color RGB value is (239,100,64).

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

The process color (four color CMYK) of #ef6440 color hex is 0.00, 0.58, 0.73, 0.06. Web safe color of #ef6440 is #ff6633. Color #ef6440 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100100 01000000
Octal 357 144 100
Decimal 239 100 64
Hex EF 64 40

RGB Percentages of Color #ef6440

%59.31
%24.81
%15.88

CMYK Percentages of Color #ef6440

%0
%58
%73
%6

Triadic Colors of #ef6440

#ef6440 #40ef64 #6440ef

Analogous Colors of #ef6440

#ef6440 #efbc40 #ef4074

Monochromatic Colors of #ef6440

#ef6440

Complementary Color

#ef6440 #40cbef

#ef6440 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef6440 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef6440 Color CSS Codes

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

#ef6440 Text Font Color

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

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


#ef6440 Background Color

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

This div background color is #ef6440


#ef6440 Border Color

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

This div border color is #ef6440


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef6440


Comments

No comments written yet.

Please login to write comment.