Color Hex Logo

#f7394d Color Hex

#F7394D
(247,57,77)
0 Favorites   0 Comments

Color spaces of #f7394d

RGB 2475777
HSL0.980.920.60
HSV354°77°97°
CMYK 0.000.770.69   0.03
XYZ41.160523.23629.3368
Yxy23.23620.55820.3151
Hunter Lab48.203968.061122.2587
CIE-Lab55.314870.892134.7618

#f7394d color RGB value is (247,57,77).

#f7394d hex color red value is 247, green value is 57 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #f7394d hue: 0.98 , saturation: 0.92 and the lightness value of f7394d is 0.60.

The process color (four color CMYK) of #f7394d color hex is 0.00, 0.77, 0.69, 0.03. Web safe color of #f7394d is #ff3366. Color #f7394d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00111001 01001101
Octal 367 71 115
Decimal 247 57 77
Hex F7 39 4D

RGB Percentages of Color #f7394d

%64.83
%14.96
%20.21

CMYK Percentages of Color #f7394d

%0
%77
%69
%3

Triadic Colors of #f7394d

#f7394d #4df739 #394df7

Analogous Colors of #f7394d

#f7394d #f78439 #f739ac

Monochromatic Colors of #f7394d

#f7394d

Complementary Color

#f7394d #39f7e3

#f7394d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7394d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7394d Color CSS Codes

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

#f7394d Text Font Color

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

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


#f7394d Background Color

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

This div background color is #f7394d


#f7394d Border Color

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

This div border color is #f7394d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7394d


Comments

No comments written yet.

Please login to write comment.