Color Hex Logo

#f7009d Color Hex

#F7009D
(247,0,157)
0 Favorites   0 Comments

Color spaces of #f7009d

RGB 2470157
HSL0.891.000.48
HSV322°100°97°
CMYK 0.001.000.36   0.03
XYZ44.443622.208533.8425
Yxy22.20850.44220.2210
Hunter Lab47.125985.8699-9.5898
CIE-Lab54.247585.2940-14.3601

#f7009d color RGB value is (247,0,157).

#f7009d hex color red value is 247, green value is 0 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #f7009d hue: 0.89 , saturation: 1.00 and the lightness value of f7009d is 0.48.

The process color (four color CMYK) of #f7009d color hex is 0.00, 1.00, 0.36, 0.03. Web safe color of #f7009d is #ff0099. Color #f7009d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000000 10011101
Octal 367 0 235
Decimal 247 0 157
Hex F7 0 9D

RGB Percentages of Color #f7009d

%61.14
%0.00
%38.86

CMYK Percentages of Color #f7009d

%0
%100
%36
%3

Triadic Colors of #f7009d

#f7009d #9df700 #009df7

Analogous Colors of #f7009d

#f7009d #f70022 #d600f7

Monochromatic Colors of #f7009d

#f7009d

Complementary Color

#f7009d #00f75a

#f7009d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7009d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7009d Color CSS Codes

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

#f7009d Text Font Color

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

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


#f7009d Background Color

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

This div background color is #f7009d


#f7009d Border Color

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

This div border color is #f7009d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7009d


Comments

No comments written yet.

Please login to write comment.