color codes Logo

#f70fe2 color codes

#F70FE2
(247,15,226)
0 Favorites   0 Comments

Color spaces of #f70fe2

RGB 24715226
HSL0.850.940.51
HSV305°94°97°
CMYK 0.000.940.09   0.03
XYZ52.256125.606874.1399
Yxy25.60680.34380.1685
Hunter Lab50.603295.7751-51.4450
CIE-Lab57.661992.1007-48.9486

#f70fe2 color RGB value is (247,15,226).

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

The process color (four color CMYK) of #f70fe2 color code is 0.00, 0.94, 0.09, 0.03. Web safe color of #f70fe2 is #ff00cc. Color #f70fe2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00001111 11100010
Octal 367 17 342
Decimal 247 15 226
Hex F7 F E2

RGB Percentages of Color #f70fe2

%50.61
%3.07
%46.31

CMYK Percentages of Color #f70fe2

%0
%94
%9
%3

Triadic Colors of #f70fe2

#f70fe2 #e2f70f #0fe2f7

Analogous Colors of #f70fe2

#f70fe2 #f70f6e #980ff7

Monochromatic Colors of #f70fe2

#f70fe2

Complementary Color

#f70fe2 #0ff724

#f70fe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f70fe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f70fe2 Color CSS Codes

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

#f70fe2 Text Font Color

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

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


#f70fe2 Background Color

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

This div background color is #f70fe2


#f70fe2 Border Color

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

This div border color is #f70fe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f70fe2


Comments

No comments written yet.

Please login to write comment.