Color Hex Logo

#f441bd Color Hex

#F441BD
(244,65,189)
0 Favorites   0 Comments

Color spaces of #f441bd

RGB 24465189
HSL0.880.890.61
HSV318°73°96°
CMYK 0.000.730.23   0.04
XYZ48.383826.687850.7453
Yxy26.68780.38460.2121
Hunter Lab51.660276.7736-22.0778
CIE-Lab58.684277.3158-26.2972

#f441bd color RGB value is (244,65,189).

#f441bd hex color red value is 244, green value is 65 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f441bd hue: 0.88 , saturation: 0.89 and the lightness value of f441bd is 0.61.

The process color (four color CMYK) of #f441bd color hex is 0.00, 0.73, 0.23, 0.04. Web safe color of #f441bd is #ff33cc. Color #f441bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01000001 10111101
Octal 364 101 275
Decimal 244 65 189
Hex F4 41 BD

RGB Percentages of Color #f441bd

%49.00
%13.05
%37.95

CMYK Percentages of Color #f441bd

%0
%73
%23
%4

Triadic Colors of #f441bd

#f441bd #bdf441 #41bdf4

Analogous Colors of #f441bd

#f441bd #f44164 #d241f4

Monochromatic Colors of #f441bd

#f441bd

Complementary Color

#f441bd #41f478

#f441bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f441bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f441bd Color CSS Codes

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

#f441bd Text Font Color

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

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


#f441bd Background Color

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

This div background color is #f441bd


#f441bd Border Color

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

This div border color is #f441bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f441bd


Comments

No comments written yet.

Please login to write comment.