Color Hex Logo

#f7342e Color Hex

#F7342E
(247,52,46)
0 Favorites   0 Comments

Color spaces of #f7342e

RGB 2475246
HSL0.000.930.57
HSV81°97°
CMYK 0.000.790.81   0.03
XYZ40.078922.42744.8013
Yxy22.42740.59550.3332
Hunter Lab47.357668.189527.1392
CIE-Lab54.477671.157950.8548

#f7342e color RGB value is (247,52,46).

#f7342e hex color red value is 247, green value is 52 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #f7342e hue: 0.00 , saturation: 0.93 and the lightness value of f7342e is 0.57.

The process color (four color CMYK) of #f7342e color hex is 0.00, 0.79, 0.81, 0.03. Web safe color of #f7342e is #ff3333. Color #f7342e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110100 00101110
Octal 367 64 56
Decimal 247 52 46
Hex F7 34 2E

RGB Percentages of Color #f7342e

%71.59
%15.07
%13.33

CMYK Percentages of Color #f7342e

%0
%79
%81
%3

Triadic Colors of #f7342e

#f7342e #2ef734 #342ef7

Analogous Colors of #f7342e

#f7342e #f7992e #f72e8d

Monochromatic Colors of #f7342e

#f7342e

Complementary Color

#f7342e #2ef1f7

#f7342e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7342e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7342e Color CSS Codes

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

#f7342e Text Font Color

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

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


#f7342e Background Color

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

This div background color is #f7342e


#f7342e Border Color

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

This div border color is #f7342e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,52,46, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7342e


Comments

No comments written yet.

Please login to write comment.