Color Hex Logo

#f501bd Color Hex

#F501BD
(245,1,189)
0 Favorites   0 Comments

Color spaces of #f501bd

RGB 2451189
HSL0.870.990.48
HSV314°100°96°
CMYK 0.001.000.23   0.04
XYZ46.852423.108350.1351
Yxy23.10830.39010.1924
Hunter Lab48.071189.8503-28.1859
CIE-Lab55.183788.1470-31.7086

#f501bd color RGB value is (245,1,189).

#f501bd hex color red value is 245, green value is 1 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f501bd hue: 0.87 , saturation: 0.99 and the lightness value of f501bd is 0.48.

The process color (four color CMYK) of #f501bd color hex is 0.00, 1.00, 0.23, 0.04. Web safe color of #f501bd is #ff00cc. Color #f501bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 00000001 10111101
Octal 365 1 275
Decimal 245 1 189
Hex F5 1 BD

RGB Percentages of Color #f501bd

%56.32
%0.23
%43.45

CMYK Percentages of Color #f501bd

%0
%100
%23
%4

Triadic Colors of #f501bd

#f501bd #bdf501 #01bdf5

Analogous Colors of #f501bd

#f501bd #f50143 #b301f5

Monochromatic Colors of #f501bd

#f501bd

Complementary Color

#f501bd #01f539

#f501bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f501bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f501bd Color CSS Codes

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

#f501bd Text Font Color

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

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


#f501bd Background Color

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

This div background color is #f501bd


#f501bd Border Color

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

This div border color is #f501bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f501bd


Comments

No comments written yet.

Please login to write comment.