Color Hex Logo

#f70dfe Color Hex

#F70DFE
(247,13,254)
0 Favorites   0 Comments

Color spaces of #f70dfe

RGB 24713254
HSL0.830.990.52
HSV298°95°100°
CMYK 0.030.950.00   0.00
XYZ56.391127.217896.0473
Yxy27.21780.31390.1515
Hunter Lab52.1707101.6413-72.6346
CIE-Lab59.175496.1082-62.1975

#f70dfe color RGB value is (247,13,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00001101 11111110
Octal 367 15 376
Decimal 247 13 254
Hex F7 D FE

RGB Percentages of Color #f70dfe

%48.05
%2.53
%49.42

CMYK Percentages of Color #f70dfe

%3
%95
%0
%0

Triadic Colors of #f70dfe

#f70dfe #fef70d #0dfef7

Analogous Colors of #f70dfe

#f70dfe #fe0d8d #7f0dfe

Monochromatic Colors of #f70dfe

#f70dfe

Complementary Color

#f70dfe #14fe0d

#f70dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f70dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f70dfe Color CSS Codes

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

#f70dfe Text Font Color

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

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


#f70dfe Background Color

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

This div background color is #f70dfe


#f70dfe Border Color

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

This div border color is #f70dfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,13,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 #f70dfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f70dfe


Comments

No comments written yet.

Please login to write comment.