Color Hex Logo

#f7159e Color Hex

#F7159E
(247,21,158)
0 Favorites   0 Comments

Color spaces of #f7159e

RGB 24721158
HSL0.900.930.53
HSV324°91°97°
CMYK 0.000.910.36   0.03
XYZ44.797522.779134.3835
Yxy22.77910.43940.2234
Hunter Lab47.727584.0190-9.3041
CIE-Lab54.844183.7501-14.0497

#f7159e color RGB value is (247,21,158).

#f7159e hex color red value is 247, green value is 21 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #f7159e hue: 0.90 , saturation: 0.93 and the lightness value of f7159e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00010101 10011110
Octal 367 25 236
Decimal 247 21 158
Hex F7 15 9E

RGB Percentages of Color #f7159e

%57.98
%4.93
%37.09

CMYK Percentages of Color #f7159e

%0
%91
%36
%3

Triadic Colors of #f7159e

#f7159e #9ef715 #159ef7

Analogous Colors of #f7159e

#f7159e #f7152d #df15f7

Monochromatic Colors of #f7159e

#f7159e

Complementary Color

#f7159e #15f76e

#f7159e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7159e Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7159e Color CSS Codes

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

#f7159e Text Font Color

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

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


#f7159e Background Color

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

This div background color is #f7159e


#f7159e Border Color

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

This div border color is #f7159e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7159e


Comments

No comments written yet.

Please login to write comment.