Color Hex Logo

#f7132f Color Hex

#F7132F
(247,19,47)
0 Favorites   0 Comments

Color spaces of #f7132f

RGB 2471947
HSL0.980.930.52
HSV353°92°97°
CMYK 0.000.920.81   0.03
XYZ39.103720.44514.5746
Yxy20.44510.60980.3188
Hunter Lab45.216375.241025.6529
CIE-Lab52.336877.319648.2938

#f7132f color RGB value is (247,19,47).

#f7132f hex color red value is 247, green value is 19 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #f7132f hue: 0.98 , saturation: 0.93 and the lightness value of f7132f is 0.52.

The process color (four color CMYK) of #f7132f color hex is 0.00, 0.92, 0.81, 0.03. Web safe color of #f7132f is #ff0033. Color #f7132f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00010011 00101111
Octal 367 23 57
Decimal 247 19 47
Hex F7 13 2F

RGB Percentages of Color #f7132f

%78.91
%6.07
%15.02

CMYK Percentages of Color #f7132f

%0
%92
%81
%3

Triadic Colors of #f7132f

#f7132f #2ff713 #132ff7

Analogous Colors of #f7132f

#f7132f #f76913 #f713a1

Monochromatic Colors of #f7132f

#f7132f

Complementary Color

#f7132f #13f7db

#f7132f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7132f Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7132f Color CSS Codes

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

#f7132f Text Font Color

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

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


#f7132f Background Color

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

This div background color is #f7132f


#f7132f Border Color

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

This div border color is #f7132f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7132f


Comments

No comments written yet.

Please login to write comment.