Color Hex Logo

#f70fef Color Hex

#F70FEF
(247,15,239)
0 Favorites   0 Comments

Color spaces of #f70fef

RGB 24715239
HSL0.840.940.51
HSV302°94°97°
CMYK 0.000.940.03   0.03
XYZ54.108626.347883.8951
Yxy26.34780.32920.1603
Hunter Lab51.330198.3345-60.9739
CIE-Lab58.365793.8513-55.1366

#f70fef color RGB value is (247,15,239).

#f70fef hex color red value is 247, green value is 15 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f70fef hue: 0.84 , saturation: 0.94 and the lightness value of f70fef is 0.51.

The process color (four color CMYK) of #f70fef color hex is 0.00, 0.94, 0.03, 0.03. Web safe color of #f70fef is #ff00ff. Color #f70fef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00001111 11101111
Octal 367 17 357
Decimal 247 15 239
Hex F7 F EF

RGB Percentages of Color #f70fef

%49.30
%2.99
%47.70

CMYK Percentages of Color #f70fef

%0
%94
%3
%3

Triadic Colors of #f70fef

#f70fef #eff70f #0feff7

Analogous Colors of #f70fef

#f70fef #f70f7b #8b0ff7

Monochromatic Colors of #f70fef

#f70fef

Complementary Color

#f70fef #0ff717

#f70fef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f70fef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f70fef Color CSS Codes

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

#f70fef Text Font Color

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

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


#f70fef Background Color

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

This div background color is #f70fef


#f70fef Border Color

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

This div border color is #f70fef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f70fef


Comments

No comments written yet.

Please login to write comment.