Color Hex Logo

#ef7961 Color Hex

#EF7961
(239,121,97)
0 Favorites   0 Comments

Color spaces of #ef7961

RGB 23912197
HSL0.030.820.66
HSV10°59°94°
CMYK 0.000.490.59   0.06
XYZ44.591632.888515.3071
Yxy32.88850.48060.3545
Hunter Lab57.348538.433724.3186
CIE-Lab64.070543.383834.0588

#ef7961 color RGB value is (239,121,97).

#ef7961 hex color red value is 239, green value is 121 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ef7961 hue: 0.03 , saturation: 0.82 and the lightness value of ef7961 is 0.66.

The process color (four color CMYK) of #ef7961 color hex is 0.00, 0.49, 0.59, 0.06. Web safe color of #ef7961 is #ff6666. Color #ef7961 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 01111001 01100001
Octal 357 171 141
Decimal 239 121 97
Hex EF 79 61

RGB Percentages of Color #ef7961

%52.30
%26.48
%21.23

CMYK Percentages of Color #ef7961

%0
%49
%59
%6

Triadic Colors of #ef7961

#ef7961 #61ef79 #7961ef

Analogous Colors of #ef7961

#ef7961 #efc061 #ef6190

Monochromatic Colors of #ef7961

#ef7961

Complementary Color

#ef7961 #61d7ef

#ef7961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ef7961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ef7961 Color CSS Codes

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

#ef7961 Text Font Color

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

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


#ef7961 Background Color

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

This div background color is #ef7961


#ef7961 Border Color

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

This div border color is #ef7961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ef7961


Comments

No comments written yet.

Please login to write comment.