Color Hex Logo

#f704b1 Color Hex

#F704B1
(247,4,177)
0 Favorites   0 Comments

Color spaces of #f704b1

RGB 2474177
HSL0.880.970.49
HSV317°98°97°
CMYK 0.000.980.28   0.03
XYZ46.337023.035343.5990
Yxy23.03530.41020.2039
Hunter Lab47.995188.3419-20.2628
CIE-Lab55.108787.0168-24.8117

#f704b1 color RGB value is (247,4,177).

#f704b1 hex color red value is 247, green value is 4 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #f704b1 hue: 0.88 , saturation: 0.97 and the lightness value of f704b1 is 0.49.

The process color (four color CMYK) of #f704b1 color hex is 0.00, 0.98, 0.28, 0.03. Web safe color of #f704b1 is #ff0099. Color #f704b1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000100 10110001
Octal 367 4 261
Decimal 247 4 177
Hex F7 4 B1

RGB Percentages of Color #f704b1

%57.71
%0.93
%41.36

CMYK Percentages of Color #f704b1

%0
%98
%28
%3

Triadic Colors of #f704b1

#f704b1 #b1f704 #04b1f7

Analogous Colors of #f704b1

#f704b1 #f70438 #c404f7

Monochromatic Colors of #f704b1

#f704b1

Complementary Color

#f704b1 #04f74a

#f704b1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f704b1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f704b1 Color CSS Codes

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

#f704b1 Text Font Color

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

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


#f704b1 Background Color

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

This div background color is #f704b1


#f704b1 Border Color

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

This div border color is #f704b1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f704b1


Comments

No comments written yet.

Please login to write comment.