Color Hex Logo

#f45bba Color Hex

#F45BBA
(244,91,186)
0 Favorites   0 Comments

Color spaces of #f45bba

RGB 24491186
HSL0.900.870.66
HSV323°63°96°
CMYK 0.000.630.24   0.04
XYZ49.912230.260449.6646
Yxy30.26040.38440.2331
Hunter Lab55.009565.6934-15.0226
CIE-Lab61.878367.7088-19.6816

#f45bba color RGB value is (244,91,186).

#f45bba hex color red value is 244, green value is 91 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #f45bba hue: 0.90 , saturation: 0.87 and the lightness value of f45bba is 0.66.

The process color (four color CMYK) of #f45bba color hex is 0.00, 0.63, 0.24, 0.04. Web safe color of #f45bba is #ff66cc. Color #f45bba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01011011 10111010
Octal 364 133 272
Decimal 244 91 186
Hex F4 5B BA

RGB Percentages of Color #f45bba

%46.83
%17.47
%35.70

CMYK Percentages of Color #f45bba

%0
%63
%24
%4

Triadic Colors of #f45bba

#f45bba #baf45b #5bbaf4

Analogous Colors of #f45bba

#f45bba #f45b6e #e25bf4

Monochromatic Colors of #f45bba

#f45bba

Complementary Color

#f45bba #5bf495

#f45bba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f45bba Color Preview on White Background

Lorem ipsum dolor sit amet.

#f45bba Color CSS Codes

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

#f45bba Text Font Color

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

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


#f45bba Background Color

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

This div background color is #f45bba


#f45bba Border Color

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

This div border color is #f45bba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f45bba


Comments

No comments written yet.

Please login to write comment.