Color Hex Logo

#f581bd Color Hex

#F581BD
(245,129,189)
0 Favorites   0 Comments

Color spaces of #f581bd

RGB 245129189
HSL0.910.850.73
HSV329°47°96°
CMYK 0.000.470.23   0.04
XYZ54.691838.787152.7482
Yxy38.78710.37400.2653
Hunter Lab62.279347.7646-6.6209
CIE-Lab68.596851.2355-11.2205

#f581bd color RGB value is (245,129,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10000001 10111101
Octal 365 201 275
Decimal 245 129 189
Hex F5 81 BD

RGB Percentages of Color #f581bd

%43.52
%22.91
%33.57

CMYK Percentages of Color #f581bd

%0
%47
%23
%4

Triadic Colors of #f581bd

#f581bd #bdf581 #81bdf5

Analogous Colors of #f581bd

#f581bd #f58183 #f381f5

Monochromatic Colors of #f581bd

#f581bd

Complementary Color

#f581bd #81f5b9

#f581bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f581bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f581bd Color CSS Codes

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

#f581bd Text Font Color

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

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


#f581bd Background Color

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

This div background color is #f581bd


#f581bd Border Color

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

This div border color is #f581bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f581bd

Related Colors


Comments

No comments written yet.

Please login to write comment.