Color Hex Logo

#f480bd Color Hex

#F480BD
(244,128,189)
0 Favorites   0 Comments

Color spaces of #f480bd

RGB 244128189
HSL0.910.840.73
HSV328°48°96°
CMYK 0.000.480.23   0.04
XYZ54.212738.345652.6882
Yxy38.34560.37320.2640
Hunter Lab61.923847.9054-7.1005
CIE-Lab68.274651.4064-11.7164

#f480bd color RGB value is (244,128,189).

#f480bd hex color red value is 244, green value is 128 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f480bd hue: 0.91 , saturation: 0.84 and the lightness value of f480bd is 0.73.

The process color (four color CMYK) of #f480bd color hex is 0.00, 0.48, 0.23, 0.04. Web safe color of #f480bd is #ff99cc. Color #f480bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10000000 10111101
Octal 364 200 275
Decimal 244 128 189
Hex F4 80 BD

RGB Percentages of Color #f480bd

%43.49
%22.82
%33.69

CMYK Percentages of Color #f480bd

%0
%48
%23
%4

Triadic Colors of #f480bd

#f480bd #bdf480 #80bdf4

Analogous Colors of #f480bd

#f480bd #f48083 #f180f4

Monochromatic Colors of #f480bd

#f480bd

Complementary Color

#f480bd #80f4b7

#f480bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f480bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f480bd Color CSS Codes

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

#f480bd Text Font Color

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

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


#f480bd Background Color

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

This div background color is #f480bd


#f480bd Border Color

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

This div border color is #f480bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f480bd


Comments

No comments written yet.

Please login to write comment.