Color Hex Logo

#f580bd Color Hex

#F580BD
(245,128,189)
0 Favorites   0 Comments

Color spaces of #f580bd

RGB 245128189
HSL0.910.850.73
HSV329°48°96°
CMYK 0.000.480.23   0.04
XYZ54.560738.524952.7045
Yxy38.52490.37420.2642
Hunter Lab62.068448.2891-6.8973
CIE-Lab68.405751.7264-11.5065

#f580bd color RGB value is (245,128,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000000 10111101
Octal 365 200 275
Decimal 245 128 189
Hex F5 80 BD

RGB Percentages of Color #f580bd

%43.59
%22.78
%33.63

CMYK Percentages of Color #f580bd

%0
%48
%23
%4

Triadic Colors of #f580bd

#f580bd #bdf580 #80bdf5

Analogous Colors of #f580bd

#f580bd #f58083 #f380f5

Monochromatic Colors of #f580bd

#f580bd

Complementary Color

#f580bd #80f5b8

#f580bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f580bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f580bd Color CSS Codes

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

#f580bd Text Font Color

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

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


#f580bd Background Color

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

This div background color is #f580bd


#f580bd Border Color

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

This div border color is #f580bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f580bd


Comments

No comments written yet.

Please login to write comment.