Color Hex Logo

#f700ff Color Hex

#F700FF
(247,0,255)
0 Favorites   0 Comments

Color spaces of #f700ff

RGB 2470255
HSL0.831.000.50
HSV298°100°100°
CMYK 0.031.000.00   0.00
XYZ56.407826.994296.8451
Yxy26.99420.31290.1498
Hunter Lab51.9559102.8719-74.1465
CIE-Lab58.969097.0394-63.0830

#f700ff color RGB value is (247,0,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00000000 11111111
Octal 367 0 377
Decimal 247 0 255
Hex F7 0 FF

RGB Percentages of Color #f700ff

%49.20
%0.00
%50.80

CMYK Percentages of Color #f700ff

%3
%100
%0
%0

Triadic Colors of #f700ff

#f700ff #fff700 #00fff7

Analogous Colors of #f700ff

#f700ff #ff0088 #7800ff

Monochromatic Colors of #f700ff

#f700ff

Complementary Color

#f700ff #08ff00

#f700ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f700ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f700ff Color CSS Codes

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

#f700ff Text Font Color

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

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


#f700ff Background Color

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

This div background color is #f700ff


#f700ff Border Color

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

This div border color is #f700ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f700ff

Related Colors

#f700ff Color Palettes


Comments

No comments written yet.

Please login to write comment.