Color Hex Logo

#f00cdf Color Hex

#F00CDF
(240,12,223)
0 Favorites   0 Comments

Color spaces of #f00cdf

RGB 24012223
HSL0.850.900.49
HSV304°95°94°
CMYK 0.000.950.07   0.06
XYZ49.385924.115971.8639
Yxy24.11590.33970.1659
Hunter Lab49.107993.5714-52.3886
CIE-Lab56.203690.7454-49.6436

#f00cdf color RGB value is (240,12,223).

#f00cdf hex color red value is 240, green value is 12 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f00cdf hue: 0.85 , saturation: 0.90 and the lightness value of f00cdf is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00001100 11011111
Octal 360 14 337
Decimal 240 12 223
Hex F0 C DF

RGB Percentages of Color #f00cdf

%50.53
%2.53
%46.95

CMYK Percentages of Color #f00cdf

%0
%95
%7
%6

Triadic Colors of #f00cdf

#f00cdf #dff00c #0cdff0

Analogous Colors of #f00cdf

#f00cdf #f00c6d #8f0cf0

Monochromatic Colors of #f00cdf

#f00cdf

Complementary Color

#f00cdf #0cf01d

#f00cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f00cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f00cdf Color CSS Codes

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

#f00cdf Text Font Color

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

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


#f00cdf Background Color

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

This div background color is #f00cdf


#f00cdf Border Color

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

This div border color is #f00cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f00cdf


Comments

No comments written yet.

Please login to write comment.