Color Hex Logo

#f576bd Color Hex

#F576BD
(245,118,189)
0 Favorites   0 Comments

Color spaces of #f576bd

RGB 245118189
HSL0.910.860.71
HSV326°52°96°
CMYK 0.000.520.23   0.04
XYZ53.319936.043552.2909
Yxy36.04350.37640.2544
Hunter Lab60.036253.4675-9.6156
CIE-Lab66.553156.5374-14.2887

#f576bd color RGB value is (245,118,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01110110 10111101
Octal 365 166 275
Decimal 245 118 189
Hex F5 76 BD

RGB Percentages of Color #f576bd

%44.38
%21.38
%34.24

CMYK Percentages of Color #f576bd

%0
%52
%23
%4

Triadic Colors of #f576bd

#f576bd #bdf576 #76bdf5

Analogous Colors of #f576bd

#f576bd #f5767e #ee76f5

Monochromatic Colors of #f576bd

#f576bd

Complementary Color

#f576bd #76f5ae

#f576bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f576bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f576bd Color CSS Codes

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

#f576bd Text Font Color

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

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


#f576bd Background Color

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

This div background color is #f576bd


#f576bd Border Color

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

This div border color is #f576bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f576bd

Related Colors


Comments

No comments written yet.

Please login to write comment.