Color Hex Logo

#f70946 Color Hex

#F70946
(247,9,70)
0 Favorites   0 Comments

Color spaces of #f70946

RGB 247970
HSL0.960.940.50
HSV345°96°97°
CMYK 0.000.960.72   0.03
XYZ39.561020.41177.6491
Yxy20.41170.58500.3019
Hunter Lab45.179377.238721.5874
CIE-Lab52.299578.924135.2338

#f70946 color RGB value is (247,9,70).

#f70946 hex color red value is 247, green value is 9 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #f70946 hue: 0.96 , saturation: 0.94 and the lightness value of f70946 is 0.50.

The process color (four color CMYK) of #f70946 color hex is 0.00, 0.96, 0.72, 0.03. Web safe color of #f70946 is #ff0033. Color #f70946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00001001 01000110
Octal 367 11 106
Decimal 247 9 70
Hex F7 9 46

RGB Percentages of Color #f70946

%75.77
%2.76
%21.47

CMYK Percentages of Color #f70946

%0
%96
%72
%3

Triadic Colors of #f70946

#f70946 #46f709 #0946f7

Analogous Colors of #f70946

#f70946 #f74309 #f709bd

Monochromatic Colors of #f70946

#f70946

Complementary Color

#f70946 #09f7ba

#f70946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f70946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f70946 Color CSS Codes

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

#f70946 Text Font Color

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

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


#f70946 Background Color

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

This div background color is #f70946


#f70946 Border Color

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

This div border color is #f70946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f70946

Related Colors


Comments

No comments written yet.

Please login to write comment.