Color Hex Logo

#f45efb Color Hex

#F45EFB
(244,94,251)
0 Favorites   0 Comments

Color spaces of #f45efb

RGB 24494251
HSL0.830.950.68
HSV297°63°98°
CMYK 0.030.630.00   0.02
XYZ58.723534.203594.7737
Yxy34.20350.31290.1822
Hunter Lab58.483876.8851-55.1416
CIE-Lab65.123876.1830-51.0900

#f45efb color RGB value is (244,94,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 01011110 11111011
Octal 364 136 373
Decimal 244 94 251
Hex F4 5E FB

RGB Percentages of Color #f45efb

%41.43
%15.96
%42.61

CMYK Percentages of Color #f45efb

%3
%63
%0
%2

Triadic Colors of #f45efb

#f45efb #fbf45e #5efbf4

Analogous Colors of #f45efb

#f45efb #fb5eb4 #a65efb

Monochromatic Colors of #f45efb

#f45efb

Complementary Color

#f45efb #65fb5e

#f45efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f45efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f45efb Color CSS Codes

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

#f45efb Text Font Color

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

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


#f45efb Background Color

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

This div background color is #f45efb


#f45efb Border Color

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

This div border color is #f45efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f45efb

Related Colors


Comments

No comments written yet.

Please login to write comment.