Color Hex Logo

#f45baf Color Hex

#F45BAF
(244,91,175)
0 Favorites   0 Comments

Color spaces of #f45baf

RGB 24491175
HSL0.910.870.66
HSV327°63°96°
CMYK 0.000.630.28   0.04
XYZ48.787229.810443.7401
Yxy29.81040.39880.2437
Hunter Lab54.598963.9517-9.2790
CIE-Lab61.490366.3272-13.9678

#f45baf color RGB value is (244,91,175).

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

The process color (four color CMYK) of #f45baf color hex is 0.00, 0.63, 0.28, 0.04. Web safe color of #f45baf is #ff6699. Color #f45baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01011011 10101111
Octal 364 133 257
Decimal 244 91 175
Hex F4 5B AF

RGB Percentages of Color #f45baf

%47.84
%17.84
%34.31

CMYK Percentages of Color #f45baf

%0
%63
%28
%4

Triadic Colors of #f45baf

#f45baf #aff45b #5baff4

Analogous Colors of #f45baf

#f45baf #f45b63 #ed5bf4

Monochromatic Colors of #f45baf

#f45baf

Complementary Color

#f45baf #5bf4a0

#f45baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f45baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f45baf Color CSS Codes

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

#f45baf Text Font Color

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

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


#f45baf Background Color

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

This div background color is #f45baf


#f45baf Border Color

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

This div border color is #f45baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f45baf


Comments

No comments written yet.

Please login to write comment.