Color Hex Logo

#ef654b Color Hex

#EF654B
(239,101,75)
0 Favorites   0 Comments

Color spaces of #ef654b

RGB 23910175
HSL0.030.840.62
HSV10°69°94°
CMYK 0.000.580.69   0.06
XYZ41.520328.16619.9048
Yxy28.16610.52170.3539
Hunter Lab53.071746.772626.0849
CIE-Lab60.038551.630441.1528

#ef654b color RGB value is (239,101,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 01100101 01001011
Octal 357 145 113
Decimal 239 101 75
Hex EF 65 4B

RGB Percentages of Color #ef654b

%57.59
%24.34
%18.07

CMYK Percentages of Color #ef654b

%0
%58
%69
%6

Triadic Colors of #ef654b

#ef654b #4bef65 #654bef

Analogous Colors of #ef654b

#ef654b #efb74b #ef4b83

Monochromatic Colors of #ef654b

#ef654b

Complementary Color

#ef654b #4bd5ef

#ef654b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef654b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef654b Color CSS Codes

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

#ef654b Text Font Color

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

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


#ef654b Background Color

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

This div background color is #ef654b


#ef654b Border Color

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

This div border color is #ef654b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef654b


Comments

No comments written yet.

Please login to write comment.