Color Hex Logo

#f7024c Color Hex

#F7024C
(247,2,76)
0 Favorites   0 Comments

Color spaces of #f7024c

RGB 247276
HSL0.950.980.49
HSV342°99°97°
CMYK 0.000.990.69   0.03
XYZ39.684020.33948.6718
Yxy20.33940.57770.2961
Hunter Lab45.099278.143220.1690
CIE-Lab52.218879.658631.5695

#f7024c color RGB value is (247,2,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000010 01001100
Octal 367 2 114
Decimal 247 2 76
Hex F7 2 4C

RGB Percentages of Color #f7024c

%76.00
%0.62
%23.38

CMYK Percentages of Color #f7024c

%0
%99
%69
%3

Triadic Colors of #f7024c

#f7024c #4cf702 #024cf7

Analogous Colors of #f7024c

#f7024c #f73202 #f702c7

Monochromatic Colors of #f7024c

#f7024c

Complementary Color

#f7024c #02f7ad

#f7024c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7024c Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7024c Color CSS Codes

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

#f7024c Text Font Color

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

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


#f7024c Background Color

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

This div background color is #f7024c


#f7024c Border Color

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

This div border color is #f7024c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7024c


Comments

No comments written yet.

Please login to write comment.