Color Hex Logo

#f01afd Color Hex

#F01AFD
(240,26,253)
0 Favorites   0 Comments

Color spaces of #f01afd

RGB 24026253
HSL0.820.980.55
HSV297°90°99°
CMYK 0.050.900.00   0.01
XYZ54.034226.355995.1678
Yxy26.35590.30780.1501
Hunter Lab51.338098.0331-73.9722
CIE-Lab58.373393.6285-62.9930

#f01afd color RGB value is (240,26,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 00011010 11111101
Octal 360 32 375
Decimal 240 26 253
Hex F0 1A FD

RGB Percentages of Color #f01afd

%46.24
%5.01
%48.75

CMYK Percentages of Color #f01afd

%5
%90
%0
%1

Triadic Colors of #f01afd

#f01afd #fdf01a #1afdf0

Analogous Colors of #f01afd

#f01afd #fd1a99 #7f1afd

Monochromatic Colors of #f01afd

#f01afd

Complementary Color

#f01afd #27fd1a

#f01afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f01afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f01afd Color CSS Codes

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

#f01afd Text Font Color

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

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


#f01afd Background Color

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

This div background color is #f01afd


#f01afd Border Color

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

This div border color is #f01afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f01afd


Comments

No comments written yet.

Please login to write comment.