Color Hex Logo

#f547bd Color Hex

#F547BD
(245,71,189)
0 Favorites   0 Comments

Color spaces of #f547bd

RGB 24571189
HSL0.890.900.62
HSV319°71°96°
CMYK 0.000.710.23   0.04
XYZ49.094727.593150.8825
Yxy27.59310.38480.2163
Hunter Lab52.529174.9034-20.6610
CIE-Lab59.519375.6621-24.9970

#f547bd color RGB value is (245,71,189).

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

The process color (four color CMYK) of #f547bd color hex is 0.00, 0.71, 0.23, 0.04. Web safe color of #f547bd is #ff33cc. Color #f547bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01000111 10111101
Octal 365 107 275
Decimal 245 71 189
Hex F5 47 BD

RGB Percentages of Color #f547bd

%48.51
%14.06
%37.43

CMYK Percentages of Color #f547bd

%0
%71
%23
%4

Triadic Colors of #f547bd

#f547bd #bdf547 #47bdf5

Analogous Colors of #f547bd

#f547bd #f54766 #d647f5

Monochromatic Colors of #f547bd

#f547bd

Complementary Color

#f547bd #47f57f

#f547bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f547bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f547bd Color CSS Codes

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

#f547bd Text Font Color

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

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


#f547bd Background Color

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

This div background color is #f547bd


#f547bd Border Color

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

This div border color is #f547bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f547bd


Comments

No comments written yet.

Please login to write comment.