Color Hex Logo

#f465fb Color Hex

#F465FB
(244,101,251)
0 Favorites   0 Comments

Color spaces of #f465fb

RGB 244101251
HSL0.830.950.69
HSV297°60°98°
CMYK 0.030.600.00   0.02
XYZ59.374535.505594.9907
Yxy35.50550.31270.1870
Hunter Lab59.586573.5886-52.8075
CIE-Lab66.140373.3691-49.4830

#f465fb color RGB value is (244,101,251).

#f465fb hex color red value is 244, green value is 101 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f465fb hue: 0.83 , saturation: 0.95 and the lightness value of f465fb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01100101 11111011
Octal 364 145 373
Decimal 244 101 251
Hex F4 65 FB

RGB Percentages of Color #f465fb

%40.94
%16.95
%42.11

CMYK Percentages of Color #f465fb

%3
%60
%0
%2

Triadic Colors of #f465fb

#f465fb #fbf465 #65fbf4

Analogous Colors of #f465fb

#f465fb #fb65b7 #a965fb

Monochromatic Colors of #f465fb

#f465fb

Complementary Color

#f465fb #6cfb65

#f465fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f465fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f465fb Color CSS Codes

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

#f465fb Text Font Color

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

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


#f465fb Background Color

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

This div background color is #f465fb


#f465fb Border Color

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

This div border color is #f465fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f465fb

Related Colors


Comments

No comments written yet.

Please login to write comment.