Color Hex Logo

#f7407a Color Hex

#F7407A
(247,64,122)
0 Favorites   0 Comments

Color spaces of #f7407a

RGB 24764122
HSL0.950.920.61
HSV341°74°97°
CMYK 0.000.740.51   0.03
XYZ43.704024.846120.9047
Yxy24.84610.48860.2778
Hunter Lab49.845969.275510.0267
CIE-Lab56.925271.587710.3546

#f7407a color RGB value is (247,64,122).

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

The process color (four color CMYK) of #f7407a color hex is 0.00, 0.74, 0.51, 0.03. Web safe color of #f7407a is #ff3366. Color #f7407a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 01000000 01111010
Octal 367 100 172
Decimal 247 64 122
Hex F7 40 7A

RGB Percentages of Color #f7407a

%57.04
%14.78
%28.18

CMYK Percentages of Color #f7407a

%0
%74
%51
%3

Triadic Colors of #f7407a

#f7407a #7af740 #407af7

Analogous Colors of #f7407a

#f7407a #f76140 #f740d6

Monochromatic Colors of #f7407a

#f7407a

Complementary Color

#f7407a #40f7bd

#f7407a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7407a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7407a Color CSS Codes

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

#f7407a Text Font Color

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

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


#f7407a Background Color

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

This div background color is #f7407a


#f7407a Border Color

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

This div border color is #f7407a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7407a

Related Colors


Comments

No comments written yet.

Please login to write comment.