Color Hex Logo

#f01cde Color Hex

#F01CDE
(240,28,222)
0 Favorites   0 Comments

Color spaces of #f01cde

RGB 24028222
HSL0.850.880.53
HSV305°88°94°
CMYK 0.000.880.08   0.06
XYZ49.535324.629771.2504
Yxy24.62970.34060.1694
Hunter Lab49.628391.3159-50.3817
CIE-Lab56.712888.9556-48.2688

#f01cde color RGB value is (240,28,222).

#f01cde hex color red value is 240, green value is 28 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f01cde hue: 0.85 , saturation: 0.88 and the lightness value of f01cde is 0.53.

The process color (four color CMYK) of #f01cde color hex is 0.00, 0.88, 0.08, 0.06. Web safe color of #f01cde is #ff33cc. Color #f01cde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011100 11011110
Octal 360 34 336
Decimal 240 28 222
Hex F0 1C DE

RGB Percentages of Color #f01cde

%48.98
%5.71
%45.31

CMYK Percentages of Color #f01cde

%0
%88
%8
%6

Triadic Colors of #f01cde

#f01cde #def01c #1cdef0

Analogous Colors of #f01cde

#f01cde #f01c74 #981cf0

Monochromatic Colors of #f01cde

#f01cde

Complementary Color

#f01cde #1cf02e

#f01cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01cde Color CSS Codes

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

#f01cde Text Font Color

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

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


#f01cde Background Color

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

This div background color is #f01cde


#f01cde Border Color

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

This div border color is #f01cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01cde


Comments

No comments written yet.

Please login to write comment.