Color Hex Logo

#f466fd Color Hex

#F466FD
(244,102,253)
0 Favorites   0 Comments

Color spaces of #f466fd

RGB 244102253
HSL0.820.970.70
HSV296°60°99°
CMYK 0.040.600.00   0.01
XYZ59.789235.827796.6927
Yxy35.82770.31090.1863
Hunter Lab59.856273.5516-53.8786
CIE-Lab66.388173.2941-50.1905

#f466fd color RGB value is (244,102,253).

#f466fd hex color red value is 244, green value is 102 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f466fd hue: 0.82 , saturation: 0.97 and the lightness value of f466fd is 0.70.

The process color (four color CMYK) of #f466fd color hex is 0.04, 0.60, 0.00, 0.01. Web safe color of #f466fd is #ff66ff. Color #f466fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01100110 11111101
Octal 364 146 375
Decimal 244 102 253
Hex F4 66 FD

RGB Percentages of Color #f466fd

%40.73
%17.03
%42.24

CMYK Percentages of Color #f466fd

%4
%60
%0
%1

Triadic Colors of #f466fd

#f466fd #fdf466 #66fdf4

Analogous Colors of #f466fd

#f466fd #fd66bb #a966fd

Monochromatic Colors of #f466fd

#f466fd

Complementary Color

#f466fd #6ffd66

#f466fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f466fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f466fd Color CSS Codes

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

#f466fd Text Font Color

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

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


#f466fd Background Color

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

This div background color is #f466fd


#f466fd Border Color

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

This div border color is #f466fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f466fd

Related Colors


Comments

No comments written yet.

Please login to write comment.