Color Hex Logo

#f7076a Color Hex

#F7076A
(247,7,106)
0 Favorites   0 Comments

Color spaces of #f7076a

RGB 2477106
HSL0.930.940.50
HSV335°97°97°
CMYK 0.000.970.57   0.03
XYZ41.035320.966715.5199
Yxy20.96670.52930.2705
Hunter Lab45.789479.835711.9568
CIE-Lab52.913080.860714.3420

#f7076a color RGB value is (247,7,106).

#f7076a hex color red value is 247, green value is 7 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #f7076a hue: 0.93 , saturation: 0.94 and the lightness value of f7076a is 0.50.

The process color (four color CMYK) of #f7076a color hex is 0.00, 0.97, 0.57, 0.03. Web safe color of #f7076a is #ff0066. Color #f7076a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000111 01101010
Octal 367 7 152
Decimal 247 7 106
Hex F7 7 6A

RGB Percentages of Color #f7076a

%68.61
%1.94
%29.44

CMYK Percentages of Color #f7076a

%0
%97
%57
%3

Triadic Colors of #f7076a

#f7076a #6af707 #076af7

Analogous Colors of #f7076a

#f7076a #f71c07 #f707e2

Monochromatic Colors of #f7076a

#f7076a

Complementary Color

#f7076a #07f794

#f7076a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7076a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7076a Color CSS Codes

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

#f7076a Text Font Color

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

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


#f7076a Background Color

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

This div background color is #f7076a


#f7076a Border Color

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

This div border color is #f7076a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7076a


Comments

No comments written yet.

Please login to write comment.