Color Hex Logo

#f00dcf Color Hex

#F00DCF
(240,13,207)
0 Favorites   0 Comments

Color spaces of #f00dcf

RGB 24013207
HSL0.860.900.50
HSV309°95°94°
CMYK 0.000.950.14   0.06
XYZ47.341623.318161.0371
Yxy23.31810.35950.1771
Hunter Lab48.288890.4932-41.1404
CIE-Lab55.398588.5912-41.8070

#f00dcf color RGB value is (240,13,207).

#f00dcf hex color red value is 240, green value is 13 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f00dcf hue: 0.86 , saturation: 0.90 and the lightness value of f00dcf is 0.50.

The process color (four color CMYK) of #f00dcf color hex is 0.00, 0.95, 0.14, 0.06. Web safe color of #f00dcf is #ff00cc. Color #f00dcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001101 11001111
Octal 360 15 317
Decimal 240 13 207
Hex F0 D CF

RGB Percentages of Color #f00dcf

%52.17
%2.83
%45.00

CMYK Percentages of Color #f00dcf

%0
%95
%14
%6

Triadic Colors of #f00dcf

#f00dcf #cff00d #0dcff0

Analogous Colors of #f00dcf

#f00dcf #f00d5e #a00df0

Monochromatic Colors of #f00dcf

#f00dcf

Complementary Color

#f00dcf #0df02e

#f00dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00dcf Color CSS Codes

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

#f00dcf Text Font Color

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

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


#f00dcf Background Color

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

This div background color is #f00dcf


#f00dcf Border Color

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

This div border color is #f00dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00dcf


Comments

No comments written yet.

Please login to write comment.