Color Hex Logo

#f465fe Color Hex

#F465FE
(244,101,254)
0 Favorites   0 Comments

Color spaces of #f465fe

RGB 244101254
HSL0.820.990.70
HSV296°60°100°
CMYK 0.040.600.00   0.00
XYZ59.851335.696297.5015
Yxy35.69620.31000.1849
Hunter Lab59.746374.2577-54.9344
CIE-Lab66.287173.8774-50.8990

#f465fe color RGB value is (244,101,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01100101 11111110
Octal 364 145 376
Decimal 244 101 254
Hex F4 65 FE

RGB Percentages of Color #f465fe

%40.73
%16.86
%42.40

CMYK Percentages of Color #f465fe

%4
%60
%0
%0

Triadic Colors of #f465fe

#f465fe #fef465 #65fef4

Analogous Colors of #f465fe

#f465fe #fe65bc #a865fe

Monochromatic Colors of #f465fe

#f465fe

Complementary Color

#f465fe #6ffe65

#f465fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f465fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f465fe Color CSS Codes

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

#f465fe Text Font Color

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

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


#f465fe Background Color

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

This div background color is #f465fe


#f465fe Border Color

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

This div border color is #f465fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,101,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f465fe

Related Colors


Comments

No comments written yet.

Please login to write comment.