Color Hex Logo

#f70140 Color Hex

#F70140
(247,1,64)
0 Favorites   0 Comments

Color spaces of #f70140

RGB 247164
HSL0.960.990.49
HSV345°100°97°
CMYK 0.001.000.74   0.03
XYZ39.294020.16606.6719
Yxy20.16600.59420.3049
Hunter Lab44.906677.604022.6257
CIE-Lab52.024479.268338.4350

#f70140 color RGB value is (247,1,64).

#f70140 hex color red value is 247, green value is 1 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #f70140 hue: 0.96 , saturation: 0.99 and the lightness value of f70140 is 0.49.

The process color (four color CMYK) of #f70140 color hex is 0.00, 1.00, 0.74, 0.03. Web safe color of #f70140 is #ff0033. Color #f70140 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000001 01000000
Octal 367 1 100
Decimal 247 1 64
Hex F7 1 40

RGB Percentages of Color #f70140

%79.17
%0.32
%20.51

CMYK Percentages of Color #f70140

%0
%100
%74
%3

Triadic Colors of #f70140

#f70140 #40f701 #0140f7

Analogous Colors of #f70140

#f70140 #f73d01 #f701bb

Monochromatic Colors of #f70140

#f70140

Complementary Color

#f70140 #01f7b8

#f70140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f70140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f70140 Color CSS Codes

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

#f70140 Text Font Color

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

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


#f70140 Background Color

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

This div background color is #f70140


#f70140 Border Color

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

This div border color is #f70140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f70140


Comments

No comments written yet.

Please login to write comment.