Color Hex Logo

#f7319a Color Hex

#F7319A
(247,49,154)
0 Favorites   0 Comments

Color spaces of #f7319a

RGB 24749154
HSL0.910.930.58
HSV328°80°97°
CMYK 0.000.800.38   0.03
XYZ45.288824.303932.8760
Yxy24.30390.44200.2372
Hunter Lab49.299077.7068-5.0294
CIE-Lab56.390878.5005-9.3627

#f7319a color RGB value is (247,49,154).

#f7319a hex color red value is 247, green value is 49 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #f7319a hue: 0.91 , saturation: 0.93 and the lightness value of f7319a is 0.58.

The process color (four color CMYK) of #f7319a color hex is 0.00, 0.80, 0.38, 0.03. Web safe color of #f7319a is #ff3399. Color #f7319a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00110001 10011010
Octal 367 61 232
Decimal 247 49 154
Hex F7 31 9A

RGB Percentages of Color #f7319a

%54.89
%10.89
%34.22

CMYK Percentages of Color #f7319a

%0
%80
%38
%3

Triadic Colors of #f7319a

#f7319a #9af731 #319af7

Analogous Colors of #f7319a

#f7319a #f73137 #f131f7

Monochromatic Colors of #f7319a

#f7319a

Complementary Color

#f7319a #31f78e

#f7319a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7319a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7319a Color CSS Codes

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

#f7319a Text Font Color

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

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


#f7319a Background Color

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

This div background color is #f7319a


#f7319a Border Color

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

This div border color is #f7319a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7319a


Comments

No comments written yet.

Please login to write comment.