Color Hex Logo

#f70334 Color Hex

#F70334
(247,3,52)
0 Favorites   0 Comments

Color spaces of #f70334

RGB 247352
HSL0.970.980.49
HSV348°99°97°
CMYK 0.000.990.79   0.03
XYZ39.010220.08725.0700
Yxy20.08720.60790.3130
Hunter Lab44.818776.933424.6661
CIE-Lab51.935778.751845.1779

#f70334 color RGB value is (247,3,52).

#f70334 hex color red value is 247, green value is 3 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #f70334 hue: 0.97 , saturation: 0.98 and the lightness value of f70334 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000011 00110100
Octal 367 3 64
Decimal 247 3 52
Hex F7 3 34

RGB Percentages of Color #f70334

%81.79
%0.99
%17.22

CMYK Percentages of Color #f70334

%0
%99
%79
%3

Triadic Colors of #f70334

#f70334 #34f703 #0334f7

Analogous Colors of #f70334

#f70334 #f74c03 #f703ae

Monochromatic Colors of #f70334

#f70334

Complementary Color

#f70334 #03f7c6

#f70334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f70334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f70334 Color CSS Codes

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

#f70334 Text Font Color

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

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


#f70334 Background Color

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

This div background color is #f70334


#f70334 Border Color

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

This div border color is #f70334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f70334


Comments

No comments written yet.

Please login to write comment.