Color Hex Logo

#f460bd Color Hex

#F460BD
(244,96,189)
0 Favorites   0 Comments

Color spaces of #f460bd

RGB 24496189
HSL0.900.870.67
HSV322°61°96°
CMYK 0.000.610.23   0.04
XYZ50.676431.273051.5095
Yxy31.27300.37970.2343
Hunter Lab55.922363.8916-15.4659
CIE-Lab62.737466.0538-20.0835

#f460bd color RGB value is (244,96,189).

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

The process color (four color CMYK) of #f460bd color hex is 0.00, 0.61, 0.23, 0.04. Web safe color of #f460bd is #ff66cc. Color #f460bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 01100000 10111101
Octal 364 140 275
Decimal 244 96 189
Hex F4 60 BD

RGB Percentages of Color #f460bd

%46.12
%18.15
%35.73

CMYK Percentages of Color #f460bd

%0
%61
%23
%4

Triadic Colors of #f460bd

#f460bd #bdf460 #60bdf4

Analogous Colors of #f460bd

#f460bd #f46073 #e160f4

Monochromatic Colors of #f460bd

#f460bd

Complementary Color

#f460bd #60f497

#f460bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f460bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f460bd Color CSS Codes

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

#f460bd Text Font Color

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

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


#f460bd Background Color

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

This div background color is #f460bd


#f460bd Border Color

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

This div border color is #f460bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f460bd


Comments

No comments written yet.

Please login to write comment.