Color Hex Logo

#f01cfd Color Hex

#F01CFD
(240,28,253)
0 Favorites   0 Comments

Color spaces of #f01cfd

RGB 24028253
HSL0.820.980.55
HSV297°89°99°
CMYK 0.050.890.00   0.01
XYZ54.080126.447695.1831
Yxy26.44760.30780.1505
Hunter Lab51.427297.7103-73.7367
CIE-Lab58.459593.3743-62.8547

#f01cfd color RGB value is (240,28,253).

#f01cfd hex color red value is 240, green value is 28 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f01cfd hue: 0.82 , saturation: 0.98 and the lightness value of f01cfd is 0.55.

The process color (four color CMYK) of #f01cfd color hex is 0.05, 0.89, 0.00, 0.01. Web safe color of #f01cfd is #ff33ff. Color #f01cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011100 11111101
Octal 360 34 375
Decimal 240 28 253
Hex F0 1C FD

RGB Percentages of Color #f01cfd

%46.07
%5.37
%48.56

CMYK Percentages of Color #f01cfd

%5
%89
%0
%1

Triadic Colors of #f01cfd

#f01cfd #fdf01c #1cfdf0

Analogous Colors of #f01cfd

#f01cfd #fd1c9a #801cfd

Monochromatic Colors of #f01cfd

#f01cfd

Complementary Color

#f01cfd #29fd1c

#f01cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01cfd Color CSS Codes

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

#f01cfd Text Font Color

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

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


#f01cfd Background Color

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

This div background color is #f01cfd


#f01cfd Border Color

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

This div border color is #f01cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01cfd


Comments

No comments written yet.

Please login to write comment.