Color Hex Logo

#ef654d Color Hex

#EF654D
(239,101,77)
0 Favorites   0 Comments

Color spaces of #ef654d

RGB 23910177
HSL0.020.840.62
HSV68°94°
CMYK 0.000.580.68   0.06
XYZ41.589828.193910.2711
Yxy28.19390.51950.3522
Hunter Lab53.097946.891625.6997
CIE-Lab60.063551.734240.1005

#ef654d color RGB value is (239,101,77).

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

The process color (four color CMYK) of #ef654d color hex is 0.00, 0.58, 0.68, 0.06. Web safe color of #ef654d is #ff6666. Color #ef654d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100101 01001101
Octal 357 145 115
Decimal 239 101 77
Hex EF 65 4D

RGB Percentages of Color #ef654d

%57.31
%24.22
%18.47

CMYK Percentages of Color #ef654d

%0
%58
%68
%6

Triadic Colors of #ef654d

#ef654d #4def65 #654def

Analogous Colors of #ef654d

#ef654d #efb64d #ef4d86

Monochromatic Colors of #ef654d

#ef654d

Complementary Color

#ef654d #4dd7ef

#ef654d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef654d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef654d Color CSS Codes

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

#ef654d Text Font Color

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

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


#ef654d Background Color

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

This div background color is #ef654d


#ef654d Border Color

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

This div border color is #ef654d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef654d


Comments

No comments written yet.

Please login to write comment.