Color Hex Logo

#f7419d Color Hex

#F7419D
(247,65,157)
0 Favorites   0 Comments

Color spaces of #f7419d

RGB 24765157
HSL0.920.920.61
HSV330°74°97°
CMYK 0.000.740.36   0.03
XYZ46.333925.989134.4726
Yxy25.98910.43390.2434
Hunter Lab50.979573.0197-4.4065
CIE-Lab58.026774.4303-8.6799

#f7419d color RGB value is (247,65,157).

#f7419d hex color red value is 247, green value is 65 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #f7419d hue: 0.92 , saturation: 0.92 and the lightness value of f7419d is 0.61.

The process color (four color CMYK) of #f7419d color hex is 0.00, 0.74, 0.36, 0.03. Web safe color of #f7419d is #ff3399. Color #f7419d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01000001 10011101
Octal 367 101 235
Decimal 247 65 157
Hex F7 41 9D

RGB Percentages of Color #f7419d

%52.67
%13.86
%33.48

CMYK Percentages of Color #f7419d

%0
%74
%36
%3

Triadic Colors of #f7419d

#f7419d #9df741 #419df7

Analogous Colors of #f7419d

#f7419d #f74142 #f641f7

Monochromatic Colors of #f7419d

#f7419d

Complementary Color

#f7419d #41f79b

#f7419d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7419d Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7419d Color CSS Codes

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

#f7419d Text Font Color

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

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


#f7419d Background Color

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

This div background color is #f7419d


#f7419d Border Color

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

This div border color is #f7419d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,65,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 #f7419d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7419d


Comments

No comments written yet.

Please login to write comment.