Color Hex Logo

#f70035 Color Hex

#F70035
(247,0,53)
0 Favorites   0 Comments

Color spaces of #f70035

RGB 247053
HSL0.961.000.48
HSV347°100°97°
CMYK 0.001.000.79   0.03
XYZ39.000420.03125.1790
Yxy20.03120.60740.3120
Hunter Lab44.756277.220824.4686
CIE-Lab51.872578.993144.5570

#f70035 color RGB value is (247,0,53).

#f70035 hex color red value is 247, green value is 0 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #f70035 hue: 0.96 , saturation: 1.00 and the lightness value of f70035 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000000 00110101
Octal 367 0 65
Decimal 247 0 53
Hex F7 0 35

RGB Percentages of Color #f70035

%82.33
%0.00
%17.67

CMYK Percentages of Color #f70035

%0
%100
%79
%3

Triadic Colors of #f70035

#f70035 #35f700 #0035f7

Analogous Colors of #f70035

#f70035 #f74700 #f700b1

Monochromatic Colors of #f70035

#f70035

Complementary Color

#f70035 #00f7c2

#f70035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f70035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f70035 Color CSS Codes

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

#f70035 Text Font Color

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

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


#f70035 Background Color

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

This div background color is #f70035


#f70035 Border Color

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

This div border color is #f70035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f70035


Comments

No comments written yet.

Please login to write comment.