Color Hex Logo

#f728bd Color Hex

#F728BD
(247,40,189)
0 Favorites   0 Comments

Color spaces of #f728bd

RGB 24740189
HSL0.880.930.56
HSV317°84°97°
CMYK 0.000.840.23   0.03
XYZ48.301924.965950.4172
Yxy24.96590.39050.2019
Hunter Lab49.965985.1152-24.8494
CIE-Lab57.042284.1683-28.7934

#f728bd color RGB value is (247,40,189).

#f728bd hex color red value is 247, green value is 40 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #f728bd hue: 0.88 , saturation: 0.93 and the lightness value of f728bd is 0.56.

The process color (four color CMYK) of #f728bd color hex is 0.00, 0.84, 0.23, 0.03. Web safe color of #f728bd is #ff33cc. Color #f728bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 00101000 10111101
Octal 367 50 275
Decimal 247 40 189
Hex F7 28 BD

RGB Percentages of Color #f728bd

%51.89
%8.40
%39.71

CMYK Percentages of Color #f728bd

%0
%84
%23
%3

Triadic Colors of #f728bd

#f728bd #bdf728 #28bdf7

Analogous Colors of #f728bd

#f728bd #f72855 #ca28f7

Monochromatic Colors of #f728bd

#f728bd

Complementary Color

#f728bd #28f762

#f728bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f728bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f728bd Color CSS Codes

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

#f728bd Text Font Color

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

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


#f728bd Background Color

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

This div background color is #f728bd


#f728bd Border Color

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

This div border color is #f728bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f728bd


Comments

No comments written yet.

Please login to write comment.