Color Hex Logo

#f561bd Color Hex

#F561BD
(245,97,189)
0 Favorites   0 Comments

Color spaces of #f561bd

RGB 24597189
HSL0.900.880.67
HSV323°60°96°
CMYK 0.000.600.23   0.04
XYZ51.116231.636051.5563
Yxy31.63600.38060.2355
Hunter Lab56.245963.7903-14.9745
CIE-Lab63.040965.9152-19.6074

#f561bd color RGB value is (245,97,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100001 10111101
Octal 365 141 275
Decimal 245 97 189
Hex F5 61 BD

RGB Percentages of Color #f561bd

%46.14
%18.27
%35.59

CMYK Percentages of Color #f561bd

%0
%60
%23
%4

Triadic Colors of #f561bd

#f561bd #bdf561 #61bdf5

Analogous Colors of #f561bd

#f561bd #f56173 #e361f5

Monochromatic Colors of #f561bd

#f561bd

Complementary Color

#f561bd #61f599

#f561bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f561bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f561bd Color CSS Codes

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

#f561bd Text Font Color

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

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


#f561bd Background Color

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

This div background color is #f561bd


#f561bd Border Color

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

This div border color is #f561bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f561bd


Comments

No comments written yet.

Please login to write comment.