Color Hex Logo

#f70135 Color Hex

#F70135
(247,1,53)
0 Favorites   0 Comments

Color spaces of #f70135

RGB 247153
HSL0.960.990.49
HSV347°100°97°
CMYK 0.001.000.79   0.03
XYZ39.011220.05295.1826
Yxy20.05290.60720.3121
Hunter Lab44.780577.137224.4845
CIE-Lab51.897078.921844.5825

#f70135 color RGB value is (247,1,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000001 00110101
Octal 367 1 65
Decimal 247 1 53
Hex F7 1 35

RGB Percentages of Color #f70135

%82.06
%0.33
%17.61

CMYK Percentages of Color #f70135

%0
%100
%79
%3

Triadic Colors of #f70135

#f70135 #35f701 #0135f7

Analogous Colors of #f70135

#f70135 #f74801 #f701b0

Monochromatic Colors of #f70135

#f70135

Complementary Color

#f70135 #01f7c3

#f70135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f70135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f70135 Color CSS Codes

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

#f70135 Text Font Color

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

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


#f70135 Background Color

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

This div background color is #f70135


#f70135 Border Color

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

This div border color is #f70135


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,1,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 #f70135">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f70135


Comments

No comments written yet.

Please login to write comment.