Color Hex Logo

#f045bb Color Hex

#F045BB
(240,69,187)
0 Favorites   0 Comments

Color spaces of #f045bb

RGB 24069187
HSL0.880.850.61
HSV319°71°94°
CMYK 0.000.710.22   0.06
XYZ47.032926.369449.6246
Yxy26.36940.38230.2143
Hunter Lab51.351173.6250-21.3507
CIE-Lab58.386074.8505-25.6613

#f045bb color RGB value is (240,69,187).

#f045bb hex color red value is 240, green value is 69 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f045bb hue: 0.88 , saturation: 0.85 and the lightness value of f045bb is 0.61.

The process color (four color CMYK) of #f045bb color hex is 0.00, 0.71, 0.22, 0.06. Web safe color of #f045bb is #ff33cc. Color #f045bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 01000101 10111011
Octal 360 105 273
Decimal 240 69 187
Hex F0 45 BB

RGB Percentages of Color #f045bb

%48.39
%13.91
%37.70

CMYK Percentages of Color #f045bb

%0
%71
%22
%6

Triadic Colors of #f045bb

#f045bb #bbf045 #45bbf0

Analogous Colors of #f045bb

#f045bb #f04566 #d045f0

Monochromatic Colors of #f045bb

#f045bb

Complementary Color

#f045bb #45f07a

#f045bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f045bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f045bb Color CSS Codes

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

#f045bb Text Font Color

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

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


#f045bb Background Color

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

This div background color is #f045bb


#f045bb Border Color

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

This div border color is #f045bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(240,69,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f045bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f045bb;
  -webkit-box-shadow: 1px 1px 3px 2px #f045bb;
  box-shadow:         1px 1px 3px 2px #f045bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(240,69,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f045bb


Comments

No comments written yet.

Please login to write comment.