Color Hex Logo

#f7078d Color Hex

#F7078D
(247,7,141)
0 Favorites   0 Comments

Color spaces of #f7078d

RGB 2477141
HSL0.910.940.50
HSV327°97°97°
CMYK 0.000.970.43   0.03
XYZ43.241521.849227.1375
Yxy21.84920.46890.2369
Hunter Lab46.743183.3277-1.7016
CIE-Lab53.866683.4048-5.4038

#f7078d color RGB value is (247,7,141).

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

The process color (four color CMYK) of #f7078d color hex is 0.00, 0.97, 0.43, 0.03. Web safe color of #f7078d is #ff0099. Color #f7078d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000111 10001101
Octal 367 7 215
Decimal 247 7 141
Hex F7 7 8D

RGB Percentages of Color #f7078d

%62.53
%1.77
%35.70

CMYK Percentages of Color #f7078d

%0
%97
%43
%3

Triadic Colors of #f7078d

#f7078d #8df707 #078df7

Analogous Colors of #f7078d

#f7078d #f70715 #e907f7

Monochromatic Colors of #f7078d

#f7078d

Complementary Color

#f7078d #07f771

#f7078d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7078d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7078d Color CSS Codes

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

#f7078d Text Font Color

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

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


#f7078d Background Color

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

This div background color is #f7078d


#f7078d Border Color

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

This div border color is #f7078d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7078d


Comments

No comments written yet.

Please login to write comment.