Color Hex Logo

#f7063c Color Hex

#F7063C
(247,6,60)
0 Favorites   0 Comments

Color spaces of #f7063c

RGB 247660
HSL0.960.950.50
HSV347°98°97°
CMYK 0.000.980.76   0.03
XYZ39.238520.23076.1118
Yxy20.23070.59830.3085
Hunter Lab44.978677.007823.4285
CIE-Lab52.097078.779640.8315

#f7063c color RGB value is (247,6,60).

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

The process color (four color CMYK) of #f7063c color hex is 0.00, 0.98, 0.76, 0.03. Web safe color of #f7063c is #ff0033. Color #f7063c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000110 00111100
Octal 367 6 74
Decimal 247 6 60
Hex F7 6 3C

RGB Percentages of Color #f7063c

%78.91
%1.92
%19.17

CMYK Percentages of Color #f7063c

%0
%98
%76
%3

Triadic Colors of #f7063c

#f7063c #3cf706 #063cf7

Analogous Colors of #f7063c

#f7063c #f74906 #f706b5

Monochromatic Colors of #f7063c

#f7063c

Complementary Color

#f7063c #06f7c1

#f7063c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7063c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7063c Color CSS Codes

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

#f7063c Text Font Color

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

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


#f7063c Background Color

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

This div background color is #f7063c


#f7063c Border Color

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

This div border color is #f7063c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7063c


Comments

No comments written yet.

Please login to write comment.