Color Hex Logo

#f00dfa Color Hex

#F00DFA
(240,13,250)
0 Favorites   0 Comments

Color spaces of #f00dfa

RGB 24013250
HSL0.830.960.52
HSV297°95°98°
CMYK 0.040.950.00   0.02
XYZ53.334425.715292.5950
Yxy25.71520.31070.1498
Hunter Lab50.710298.9946-72.7644
CIE-Lab57.765794.4516-62.3017

#f00dfa color RGB value is (240,13,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001101 11111010
Octal 360 15 372
Decimal 240 13 250
Hex F0 D FA

RGB Percentages of Color #f00dfa

%47.71
%2.58
%49.70

CMYK Percentages of Color #f00dfa

%4
%95
%0
%2

Triadic Colors of #f00dfa

#f00dfa #faf00d #0dfaf0

Analogous Colors of #f00dfa

#f00dfa #fa0d8e #7a0dfa

Monochromatic Colors of #f00dfa

#f00dfa

Complementary Color

#f00dfa #17fa0d

#f00dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00dfa Color CSS Codes

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

#f00dfa Text Font Color

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

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


#f00dfa Background Color

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

This div background color is #f00dfa


#f00dfa Border Color

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

This div border color is #f00dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00dfa

Related Colors


Comments

No comments written yet.

Please login to write comment.