Color Hex Logo

#f45dfb Color Hex

#F45DFB
(244,93,251)
0 Favorites   0 Comments

Color spaces of #f45dfb

RGB 24493251
HSL0.830.950.67
HSV297°63°98°
CMYK 0.030.630.00   0.02
XYZ58.635234.026894.7442
Yxy34.02680.31290.1816
Hunter Lab58.332577.3444-55.4666
CIE-Lab64.983876.5726-51.3115

#f45dfb color RGB value is (244,93,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01011101 11111011
Octal 364 135 373
Decimal 244 93 251
Hex F4 5D FB

RGB Percentages of Color #f45dfb

%41.50
%15.82
%42.69

CMYK Percentages of Color #f45dfb

%3
%63
%0
%2

Triadic Colors of #f45dfb

#f45dfb #fbf45d #5dfbf4

Analogous Colors of #f45dfb

#f45dfb #fb5db3 #a55dfb

Monochromatic Colors of #f45dfb

#f45dfb

Complementary Color

#f45dfb #64fb5d

#f45dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f45dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f45dfb Color CSS Codes

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

#f45dfb Text Font Color

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

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


#f45dfb Background Color

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

This div background color is #f45dfb


#f45dfb Border Color

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

This div border color is #f45dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f45dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.