Color Hex Logo

#f704fe Color Hex

#F704FE
(247,4,254)
0 Favorites   0 Comments

Color spaces of #f704fe

RGB 2474254
HSL0.830.990.51
HSV298°98°100°
CMYK 0.030.980.00   0.00
XYZ56.290627.016796.0138
Yxy27.01670.31390.1507
Hunter Lab51.9776102.3508-73.1371
CIE-Lab58.989896.6585-62.4952

#f704fe color RGB value is (247,4,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000100 11111110
Octal 367 4 376
Decimal 247 4 254
Hex F7 4 FE

RGB Percentages of Color #f704fe

%48.91
%0.79
%50.30

CMYK Percentages of Color #f704fe

%3
%98
%0
%0

Triadic Colors of #f704fe

#f704fe #fef704 #04fef7

Analogous Colors of #f704fe

#f704fe #fe0488 #7a04fe

Monochromatic Colors of #f704fe

#f704fe

Complementary Color

#f704fe #0bfe04

#f704fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f704fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f704fe Color CSS Codes

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

#f704fe Text Font Color

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

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


#f704fe Background Color

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

This div background color is #f704fe


#f704fe Border Color

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

This div border color is #f704fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f704fe


Comments

No comments written yet.

Please login to write comment.