Color Hex Logo

#f441fb Color Hex

#F441FB
(244,65,251)
0 Favorites   0 Comments

Color spaces of #f441fb

RGB 24465251
HSL0.830.960.62
HSV298°74°98°
CMYK 0.030.740.00   0.02
XYZ56.611129.978794.0695
Yxy29.97870.31340.1659
Hunter Lab54.752888.7408-63.5378
CIE-Lab61.635886.0484-56.6296

#f441fb color RGB value is (244,65,251).

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

The process color (four color CMYK) of #f441fb color hex is 0.03, 0.74, 0.00, 0.02. Web safe color of #f441fb is #ff33ff. Color #f441fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000001 11111011
Octal 364 101 373
Decimal 244 65 251
Hex F4 41 FB

RGB Percentages of Color #f441fb

%43.57
%11.61
%44.82

CMYK Percentages of Color #f441fb

%3
%74
%0
%2

Triadic Colors of #f441fb

#f441fb #fbf441 #41fbf4

Analogous Colors of #f441fb

#f441fb #fb41a5 #9741fb

Monochromatic Colors of #f441fb

#f441fb

Complementary Color

#f441fb #48fb41

#f441fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f441fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f441fb Color CSS Codes

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

#f441fb Text Font Color

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

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


#f441fb Background Color

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

This div background color is #f441fb


#f441fb Border Color

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

This div border color is #f441fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f441fb


Comments

No comments written yet.

Please login to write comment.