Color Hex Logo

#f70dfa Color Hex

#F70DFA
(247,13,250)
0 Favorites   0 Comments

Color spaces of #f70dfa

RGB 24713250
HSL0.830.960.52
HSV299°95°98°
CMYK 0.010.950.00   0.02
XYZ55.757026.964192.7084
Yxy26.96410.31780.1537
Hunter Lab51.9270100.7936-69.5052
CIE-Lab58.941195.5374-60.3525

#f70dfa color RGB value is (247,13,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 00001101 11111010
Octal 367 15 372
Decimal 247 13 250
Hex F7 D FA

RGB Percentages of Color #f70dfa

%48.43
%2.55
%49.02

CMYK Percentages of Color #f70dfa

%1
%95
%0
%2

Triadic Colors of #f70dfa

#f70dfa #faf70d #0dfaf7

Analogous Colors of #f70dfa

#f70dfa #fa0d87 #810dfa

Monochromatic Colors of #f70dfa

#f70dfa

Complementary Color

#f70dfa #10fa0d

#f70dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f70dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f70dfa Color CSS Codes

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

#f70dfa Text Font Color

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

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


#f70dfa Background Color

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

This div background color is #f70dfa


#f70dfa Border Color

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

This div border color is #f70dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f70dfa


Comments

No comments written yet.

Please login to write comment.