Color Hex Logo

#f704fd Color Hex

#F704FD
(247,4,253)
0 Favorites   0 Comments

Color spaces of #f704fd

RGB 2474253
HSL0.830.980.50
HSV299°98°99°
CMYK 0.020.980.00   0.01
XYZ56.130826.952895.1725
Yxy26.95280.31490.1512
Hunter Lab51.9161102.1380-72.3491
CIE-Lab58.930696.5158-62.0354

#f704fd color RGB value is (247,4,253).

#f704fd hex color red value is 247, green value is 4 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f704fd hue: 0.83 , saturation: 0.98 and the lightness value of f704fd is 0.50.

The process color (four color CMYK) of #f704fd color hex is 0.02, 0.98, 0.00, 0.01. Web safe color of #f704fd is #ff00ff. Color #f704fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000100 11111101
Octal 367 4 375
Decimal 247 4 253
Hex F7 4 FD

RGB Percentages of Color #f704fd

%49.01
%0.79
%50.20

CMYK Percentages of Color #f704fd

%2
%98
%0
%1

Triadic Colors of #f704fd

#f704fd #fdf704 #04fdf7

Analogous Colors of #f704fd

#f704fd #fd0487 #7b04fd

Monochromatic Colors of #f704fd

#f704fd

Complementary Color

#f704fd #0afd04

#f704fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f704fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f704fd Color CSS Codes

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

#f704fd Text Font Color

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

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


#f704fd Background Color

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

This div background color is #f704fd


#f704fd Border Color

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

This div border color is #f704fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f704fd

Related Colors


Comments

No comments written yet.

Please login to write comment.